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
/
chdir.c
blob: 5c66cc0cd48128cd97b41d80a750ec6db2a44a7d (
plain
)
1
2
3
4
5
6
#include <syscall.h> int chdir(const char *path) { return syscall(chdir, path); }