mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2003-04-03 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test for atomic_compare_and_exchange_bool_acq failure.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
|
||||||
|
for atomic_compare_and_exchange_bool_acq failure.
|
||||||
|
|
||||||
2003-04-03 Ulrich Drepper <drepper@redhat.com>
|
2003-04-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
|
* posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Add
|
||||||
|
missing ; after ENTRY use [PR libc/4997].
|
||||||
|
|
||||||
2003-04-03 Jakub Jelinek <jakub@redhat.com>
|
2003-04-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* pthread.c (pthread_initialize): Unblock __pthread_sig_cancel
|
* pthread.c (pthread_initialize): Unblock __pthread_sig_cancel
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
# define PSEUDO(name, syscall_name, args) \
|
# define PSEUDO(name, syscall_name, args) \
|
||||||
.section ".text"; \
|
.section ".text"; \
|
||||||
PSEUDO_PROLOGUE; \
|
PSEUDO_PROLOGUE; \
|
||||||
ENTRY (name) \
|
ENTRY (name); \
|
||||||
SINGLE_THREAD_P_INT; \
|
SINGLE_THREAD_P_INT; \
|
||||||
bne .Lpseudo_cancel; \
|
bne .Lpseudo_cancel; \
|
||||||
DO_CALL (syscall_name, args); \
|
DO_CALL (syscall_name, args); \
|
||||||
|
Reference in New Issue
Block a user