summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sparc64/dup2.S
blob: f46fb703ecc9ce67b6d9fed0cbbe70c256c91780 (plain)
1
2
3
4
5
6
7
8
9
! dup2() system call

#include "sys/syscallasm.h"

/* FIXME: rewrite in C to use fcntl */

#ifndef __svr4__	/* svr4 uses fcntl */
	defsyscall (dup2, SYS_dup2)
#endif