fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sparc64 / dup2.S
blobf46fb703ecc9ce67b6d9fed0cbbe70c256c91780
1 ! dup2() system call
3 #include "sys/syscallasm.h"
5 /* FIXME: rewrite in C to use fcntl */
7 #ifndef __svr4__        /* svr4 uses fcntl */
8         defsyscall (dup2, SYS_dup2)
9 #endif