xref
: /
external
/
strace
/
linux
/
sh64
/
get_scno.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
if
(
upeek
(
tcp
->
pid
,
REG_SYSCALL
, &
scno
) < 0)
2
return
-1
;
3
scno
&=
0xFFFF
;
4