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