From: Ulrich Drepper Date: Thu, 3 Apr 2003 19:33:35 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~19504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd59050d0a47d9ceeafa3ec216db79e7d648535c;p=external%2Fglibc.git Update. 2003-04-03 Jakub Jelinek * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test for atomic_compare_and_exchange_bool_acq failure. --- diff --git a/ChangeLog b/ChangeLog index 0b31c01..1de1de3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-03 Jakub Jelinek + + * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test + for atomic_compare_and_exchange_bool_acq failure. + 2003-04-03 Ulrich Drepper * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION, diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 60d3065..9a2bb6b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-04-03 Ulrich Drepper + + * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Add + missing ; after ENTRY use [PR libc/4997]. + 2003-04-03 Jakub Jelinek * pthread.c (pthread_initialize): Unblock __pthread_sig_cancel diff --git a/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h index 25dbb9e..d2043aa 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h @@ -43,7 +43,7 @@ # define PSEUDO(name, syscall_name, args) \ .section ".text"; \ PSEUDO_PROLOGUE; \ - ENTRY (name) \ + ENTRY (name); \ SINGLE_THREAD_P_INT; \ bne .Lpseudo_cancel; \ DO_CALL (syscall_name, args); \