diff options
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r-- | linuxthreads/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index 7fc5ef6..b194fca 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -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; |