Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
d70d1c4aa6b9b2f4713d79f442dbf66a3f702c9b
/
.
/
linux
/
arc
/
get_error.c
blob: 1741c179090b02696727edb7170fcee24b7ff147 [
file
] [
log
] [
blame
]
if
(
check_errno
&&
is_negated_errno
(
arc_regs
.
scratch
.
r0
))
{
tcp
->
u_rval
=
-
1
;
tcp
->
u_error
=
-
arc_regs
.
scratch
.
r0
;
}
else
{
tcp
->
u_rval
=
arc_regs
.
scratch
.
r0
;
}