index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
close.c
blob: 57e45c33364497cd5d368cf627b1b80233483c1a (
plain
)
1
2
3
4
5
6
#include <syscall.h> int close(int fildes) { return syscall(close, fildes); }