2004-05-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
	defined.
This commit is contained in:
Ulrich Drepper 2004-05-04 16:47:14 +00:00
parent 27b0258934
commit 50c2b6d7d9
5 changed files with 12 additions and 5 deletions

View File

@ -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

View 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,

View File

@ -27,7 +27,7 @@
# undef PSEUDO
# ifdef USE___THREAD
# if USE___THREAD
# ifndef NOT_IN_libc
# define SYSDEP_CANCEL_ERRNO __libc_errno
# else

View File

@ -49,7 +49,4 @@ libc {
# Needed to provide a pointer to the XPG sigpause function.
__xpg_sigpause;
}
GLIBC_PRIVATE {
__sigtimedwait; __sigwait; __sigwaitinfo;
}
}

View 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