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