index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
_forced
/
rmdir.h
blob: 28ced29f5db394b91cdfb20f33534b254b28f715 (
plain
)
1
2
#include "_syscall.h" #define rmdir(_f) __scall1(rmdir, _f)