repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix omission of non-stub pthread_mutexattr_getprotocol
[musl.git]
/
src
/
mman
/
munlockall.c
blob
6e9d39d68480150d43c0e8e9d3c98544798328c5
1
#include <sys/mman.h>
2
#include
"syscall.h"
3
4
int
munlockall
(
void
)
5
{
6
return
syscall
(
SYS_munlockall
);
7
}