]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 Dec 2002 02:29:06 +0000 (02:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 Dec 2002 02:29:06 +0000 (02:29 +0000)
2002-12-21  Ulrich Drepper  <drepper@redhat.com>

* pthread.c (init_rtsigs): Remove incomplete __builtin_expect.
Reported by Art Hass <ahaas@airmail.net>.

linuxthreads/ChangeLog
linuxthreads/pthread.c

index fb665383aa68de6e12cb3d17138ed1d74fc1cd81..64b71117c0e9acbdde4501ce22b129f2e92629b1 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-21  Ulrich Drepper  <drepper@redhat.com>
+
+       * pthread.c (init_rtsigs): Remove incomplete __builtin_expect.
+       Reported by Art Hass <ahaas@airmail.net>.
+
 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
 
        * forward.c (pthread_attr_init_2_0, pthread_attr_init_2_1):
index 7fc5ef6ff4ad9cd54a899bc6c062d2376d79a75b..b194fcacea074a5ffa297ec1d809516f9194317c 100644 (file)
@@ -194,7 +194,7 @@ init_rtsigs (void)
   if (rtsigs_initialized)
     return;
 
-  if (__builtin_expect (__libc_current_sigrtmin_private () == -1))
+  if (__libc_current_sigrtmin_private () == -1)
     {
       __pthread_sig_restart = SIGUSR1;
       __pthread_sig_cancel = SIGUSR2;