Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
c18737608ced60bee17a83c903d61dd5e80f7bef
/
.
/
tests
/
munlockall.c
blob: 337cd3e0db9fcabeb3b78d7b4dc07113b5ac4f5d [
file
] [
log
] [
blame
]
#include
"tests.h"
#include
<stdio.h>
#include
<sys/mman.h>
int
main
(
void
)
{
printf
(
"munlockall() = %s\n"
,
sprintrc
(
munlockall
()));
puts
(
"+++ exited with 0 +++"
);
return
0
;
}