Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
umask.c
blob: dda40d4a0cf99f050fb572b2ab48dbbff9763fce [
file
] [
log
] [
blame
] [
edit
]
#include
"defs.h"
SYS_FUNC
(
umask
)
{
tprintf
(
"%#lo"
,
tcp
->
u_arg
[
0
]);
return
RVAL_DECODED
|
RVAL_OCTAL
;
}