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