projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
63c1064
)
(__pthread_initialize): Define again.
author
drepper
<drepper>
Mon, 29 Jun 1998 12:37:54 +0000
(12:37 +0000)
committer
drepper
<drepper>
Mon, 29 Jun 1998 12:37:54 +0000
(12:37 +0000)
linuxthreads/pthread.c
patch
|
blob
|
history
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];