index
:
personal/linux-0.01-distro.git
master
My attempt to make a Linux 0.01 distro using old versions of the source code
Alee
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
lib
/
dup.c
blob: 03bd5d0c3844a0ddc337592e5e5774852fc24bb6 (
plain
) (
blame
)
1
2
3
4
#define __LIBRARY__
#include
<unistd.h>
_syscall1
(
int
,
dup
,
int
,
fd
)