Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 May 2004 16:47:14 +0000 (16:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 May 2004 16:47:14 +0000 (16:47 +0000)
2004-05-04  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
defined.

ChangeLog
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
signal/Versions
sysdeps/unix/sysv/linux/ia64/sysdep.S

index 50b88bd..38abed4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
+       defined.
+
 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
index 078b481..11b282a 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (USE___THREAD):
+       Change conditional from ifdef to if.
+
 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (SYSDEP_CANCEL_ERRNO,
index a360c68..619f28c 100644 (file)
@@ -27,7 +27,7 @@
 
 # undef PSEUDO
 
-# ifdef USE___THREAD
+# if USE___THREAD
 #  ifndef NOT_IN_libc
 #   define SYSDEP_CANCEL_ERRNO __libc_errno
 #  else
index c53276b..0217a40 100644 (file)
@@ -49,7 +49,4 @@ libc {
     # Needed to provide a pointer to the XPG sigpause function.
     __xpg_sigpause;
   }
-  GLIBC_PRIVATE {
-    __sigtimedwait; __sigwait; __sigwaitinfo;
-  }
 }
index 24780a1..3b4b600 100644 (file)
@@ -34,7 +34,7 @@ ENTRY(__syscall_error)
        ;;
        st4     [r2]=r8
        mov     r8=-1
-#elif defined USE___THREAD
+#elif USE___THREAD
 # ifndef NOT_IN_libc
 #  define SYSCALL_ERROR_ERRNO __libc_errno
 # else