projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(__pthread_initialize): Define again.
[kopensolaris-gnu/glibc.git]
/
linuxthreads
/
pthread.c
diff --git
a/linuxthreads/pthread.c
b/linuxthreads/pthread.c
index
e95b352
..
4e8a9f1
100644
(file)
--- a/
linuxthreads/pthread.c
+++ b/
linuxthreads/pthread.c
@@
-215,6
+215,11
@@
static void pthread_initialize(void)
__on_exit(pthread_exit_process, NULL);
}
+void __pthread_initialize(void)
+{
+ pthread_initialize();
+}
+
int __pthread_initialize_manager(void)
{
int manager_pipe[2];