Sign in
android
/
platform
/
external
/
strace
/
b65e7a8b16e6edd4c1591d9f94d36eec9cfe3ea0
/
.
/
linux
/
x32
/
shuffle_scno.c
blob: d0db368fbdb274b93b1763f7900014eaa61b55dd [
file
] [
log
] [
blame
]
kernel_ulong_t
shuffle_scno
(
kernel_ulong_t
scno
)
{
if
(
current_personality
==
0
&&
scno
!=
(
kernel_ulong_t
)
-
1
)
scno
^=
__X32_SYSCALL_BIT
;
return
scno
;
}