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
/
limits
/
_POSIX_SEM_VALUE_MAX.h
blob: 4fff31e595f9a1d02166579656440b362154f2da (
plain
)
1
2
3
4
5
6
#include <limits.h> #define _POSIX_SEM_VALUE_MAX (32767) /* DEF */ /* POSIX(199309) */