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;
}