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
/
errno
/
ENOTEMPTY.h
blob: 70fb17880ba7dfe0a5dd02e39630b375af71b722 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ENOTEMPTY (36) /** Directory not empty **/ /* POSIX(1) */