about summary refs log tree commit diff
path: root/sysdeps/nptl/setxid.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nptl/setxid.h')
-rw-r--r--sysdeps/nptl/setxid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/setxid.h b/sysdeps/nptl/setxid.h
index b821d6bc07..b87cad7b18 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)					\
+    if (!__libc_single_threaded_internal)				\
       {									\
 	struct xid_command __cmd;					\
 	__cmd.syscall_no = __NR_##name;					\