diff options
Diffstat (limited to 'newlib/libc/sys/sparc64/dup2.S')
-rw-r--r-- | newlib/libc/sys/sparc64/dup2.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/sys/sparc64/dup2.S b/newlib/libc/sys/sparc64/dup2.S deleted file mode 100644 index f46fb70..0000000 --- a/newlib/libc/sys/sparc64/dup2.S +++ /dev/null @@ -1,9 +0,0 @@ -! dup2() system call - -#include "sys/syscallasm.h" - -/* FIXME: rewrite in C to use fcntl */ - -#ifndef __svr4__ /* svr4 uses fcntl */ - defsyscall (dup2, SYS_dup2) -#endif |