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
/
sys
/
mman
/
MAP_FAILED.h
blob: 468ff528640de8194ba9805f2ae9c5db16d1b21e (
plain
)
1
2
3
4
5
6
7
#include <sys/mman.h> #define MAP_FAILED ((void*)-1) /* POSIX(199309) */