parent
f7350a64f2
commit
dc8bcf1728
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* linux/lib/dup.c
|
||||
*
|
||||
* (C) 1991 Linus Torvalds
|
||||
*/
|
||||
|
||||
#define __LIBRARY__
|
||||
#include <unistd.h>
|
||||
|
||||
_syscall1(int,dup,int,fd)
|
Loading…
Reference in new issue