Files
oldlinux-website/Book-Lite/linux-0.12/lib/dup.c
2024-02-19 01:11:57 -05:00

11 lines
127 B
C

/*
* linux/lib/dup.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include <unistd.h>
_syscall1(int,dup,int,fd)