Re: [PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall

2012-11-16 Thread Mark Salter
On Thu, 2012-11-15 at 17:13 -0500, Rich Felker wrote: On Tue, Nov 13, 2012 at 11:31:25AM +, Markos Chandras wrote: From: Markos Chandras markos.chand...@imgtec.com Signed-off-by: Markos Chandras markos.chand...@imgtec.com --- libc/sysdeps/linux/common/dup2.c |8 +++- 1

Re: [PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall

2012-11-15 Thread Rich Felker
On Tue, Nov 13, 2012 at 11:31:25AM +, Markos Chandras wrote: From: Markos Chandras markos.chand...@imgtec.com Signed-off-by: Markos Chandras markos.chand...@imgtec.com --- libc/sysdeps/linux/common/dup2.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git

[PATCH 16/46] dup2: Use dup3 if arch does not have the dup2 syscall

2012-11-13 Thread Markos Chandras
From: Markos Chandras markos.chand...@imgtec.com Signed-off-by: Markos Chandras markos.chand...@imgtec.com --- libc/sysdeps/linux/common/dup2.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/libc/sysdeps/linux/common/dup2.c b/libc/sysdeps/linux/common/dup2.c