source: trunk/libs/newlib/src/newlib/libc/sys/sparc64/dup2.S @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 166 bytes
Line 
1! dup2() system call
2
3#include "sys/syscallasm.h"
4
5/* FIXME: rewrite in C to use fcntl */
6
7#ifndef __svr4__        /* svr4 uses fcntl */
8        defsyscall (dup2, SYS_dup2)
9#endif
Note: See TracBrowser for help on using the repository browser.