mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
2004-05-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove defined.
This commit is contained in:
parent
27b0258934
commit
50c2b6d7d9
@ -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>
|
2004-04-23 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
|
* sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
|
||||||
|
@ -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>
|
2004-04-23 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (SYSDEP_CANCEL_ERRNO,
|
* sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (SYSDEP_CANCEL_ERRNO,
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
# undef PSEUDO
|
# undef PSEUDO
|
||||||
|
|
||||||
# ifdef USE___THREAD
|
# if USE___THREAD
|
||||||
# ifndef NOT_IN_libc
|
# ifndef NOT_IN_libc
|
||||||
# define SYSDEP_CANCEL_ERRNO __libc_errno
|
# define SYSDEP_CANCEL_ERRNO __libc_errno
|
||||||
# else
|
# else
|
||||||
|
@ -49,7 +49,4 @@ libc {
|
|||||||
# Needed to provide a pointer to the XPG sigpause function.
|
# Needed to provide a pointer to the XPG sigpause function.
|
||||||
__xpg_sigpause;
|
__xpg_sigpause;
|
||||||
}
|
}
|
||||||
GLIBC_PRIVATE {
|
|
||||||
__sigtimedwait; __sigwait; __sigwaitinfo;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ ENTRY(__syscall_error)
|
|||||||
;;
|
;;
|
||||||
st4 [r2]=r8
|
st4 [r2]=r8
|
||||||
mov r8=-1
|
mov r8=-1
|
||||||
#elif defined USE___THREAD
|
#elif USE___THREAD
|
||||||
# ifndef NOT_IN_libc
|
# ifndef NOT_IN_libc
|
||||||
# define SYSCALL_ERROR_ERRNO __libc_errno
|
# define SYSCALL_ERROR_ERRNO __libc_errno
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user