Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
2def3d4a0427d0dabb96a56d2c247c755ebb2268
/
.
/
iopl.c
blob: 0f2bb32214d1c235fd3860f28a81f6ecbd0172bf [
file
] [
log
] [
blame
]
#include
"defs.h"
SYS_FUNC
(
iopl
)
{
tprintf
(
"%d"
,
(
int
)
tcp
->
u_arg
[
0
]);
return
RVAL_DECODED
;
}