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
/
munlockall.c
blob: 0bb8d4b1c00f9b5d1cda0913d37b3e41a67abff4 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <sys/mman.h> int munlockall(void) { return 0; } /* POSIX(199309) */