Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
db9af94715b472c268dac3ce6f1f3fd41a844a07
/
.
/
userfaultfd.c
blob: 7f8e3e4663258564fe66ba806b950631c1982700 [
file
] [
log
] [
blame
]
#include
"defs.h"
#include
<fcntl.h>
#include
"xlat/uffd_flags.h"
SYS_FUNC
(
userfaultfd
)
{
printflags
(
uffd_flags
,
tcp
->
u_arg
[
0
],
"UFFD_???"
);
return
RVAL_DECODED
|
RVAL_FD
;
}