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
/
_forced
/
munmap.h
blob: 9580100d0ecbf7bebc3546abc04b6aa76ab0f0bb (
plain
)
1
2
3
4
#include "_syscall.h" #define munmap(_a, _l) __syscall(__sys_munmap, _a, _l)