Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dup2.S « sparc64 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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