[PATCH] Fix a typo in pthread.c
Jakub Jelinek
jakub@redhat.com
Wed Mar 21 13:22:00 GMT 2001
Hi!
Looks like the patch was applied from web archive...
2001-03-21 Jakub Jelinek <jakub@redhat.com>
* pthread.c (__pthread_initialize_manager): Fix a typo.
--- libc/linuxthreads/pthread.c.jj Tue Mar 20 13:45:29 2001
+++ libc/linuxthreads/pthread.c Wed Mar 21 23:24:10 2001
@@ -495,7 +495,7 @@ int __pthread_initialize_manager(void)
struct pthread_request request;
#ifndef HAVE_Z_NODELETE
- if (__builtin_expect (&__dso_handle != NULL, 1))
+ if (__builtin_expect (&__dso_handle != NULL, 1))
__cxa_atexit ((void (*) (void *)) pthread_atexit_retcode, NULL,
__dso_handle);
#endif
Jakub
More information about the Libc-hacker
mailing list