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
/
EPERM.h
blob: eee5363becd0131766a1984b2e52e89b0a67b448 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EPERM (39) /** Operation not permitted **/ /* POSIX(1) */