Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
e0a0d89bc522d931d83caec184d965ac94af6b0f
/
.
/
linux
/
i386
/
get_scno.c
blob: c2e55510d479d2501de99608bef093f019fade92 [
file
] [
log
] [
blame
]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static
int
arch_get_scno
(
struct
tcb
*
tcp
)
{
tcp
->
scno
=
i386_regs
.
orig_eax
;
return
1
;
}