about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-29 21:50:49 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-29 21:50:49 +0000
commit6e6278064ab5f08b5e920f9f74b33cb2b7f42925 (patch)
treedf0c7e2c3ff4ac29a8b22d8be49a4e146196f1a2 /nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
parentb94817f9139b92e4bde284a63b1b6ec570055d38 (diff)
downloadglibc-6e6278064ab5f08b5e920f9f74b33cb2b7f42925.tar.gz
glibc-6e6278064ab5f08b5e920f9f74b33cb2b7f42925.tar.xz
glibc-6e6278064ab5f08b5e920f9f74b33cb2b7f42925.zip
* po/sv.po: Update from translation team.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
index e40388d475..3752abc870 100644
--- a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
+++ b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
@@ -124,13 +124,13 @@
 
 #elif !defined __ASSEMBLER__
 
-# ifdef IS_IN_rtld
-#  define SINGLE_THREAD_P \
-  __builtin_expect (THREAD_GETMEM (THREAD_SELF, \
-				   header.multiple_threads) == 0, 1)
-# else
-#  define SINGLE_THREAD_P (1)
-# endif
+# define SINGLE_THREAD_P (1)
 # define NO_CANCELLATION 1
 
 #endif
+
+#ifndef __ASSEMBLER__
+# define RTLD_SINGLE_THREAD_P \
+  __builtin_expect (THREAD_GETMEM (THREAD_SELF, \
+				   header.multiple_threads) == 0, 1)
+#endif