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
/
fchdir.c
blob: 9c0ed172c54b98d916de9df83e9566b99e326558 (
plain
)
1
2
3
4
5
6
#include <syscall.h> int fchdir(int fildes) { return syscall(fchdir, fildes); }