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
/
EACCES.c
blob: f1030e9f25374a0e238b459c0112b5d584a13e5f (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EACCES (11) /** Permission denied **/ /* POSIX(1) */