diff options
Diffstat (limited to 'sysdeps/nptl/setxid.h')
-rw-r--r-- | sysdeps/nptl/setxid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/setxid.h b/sysdeps/nptl/setxid.h index b87cad7b18..3a412179ac 100644 --- a/sysdeps/nptl/setxid.h +++ b/sysdeps/nptl/setxid.h @@ -29,7 +29,7 @@ #define INLINE_SETXID_SYSCALL(name, nr, args...) \ ({ \ int __result; \ - if (!__libc_single_threaded_internal) \ + if (!SINGLE_THREAD_P) \ { \ struct xid_command __cmd; \ __cmd.syscall_no = __NR_##name; \ |