aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/dup.c
blob: 03bd5d0c3844a0ddc337592e5e5774852fc24bb6 (plain) (blame)
1
2
3
4
#define __LIBRARY__
#include <unistd.h>

_syscall1(int,dup,int,fd)