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
/
ENOLCK.c
blob: 8a1f34fe51c067241deb05ac063a00376ead3f4f (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ENOLCK (31) /** No locks available **/ /* POSIX(1) */