repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
pthread.h
blob
fb37db13bcff6a592c40c958f5a2d63d61fd69e3
1
#include_next <pthread.h>
2
3
/* This function is called to initialize the pthread library. */
4
extern
void
__pthread_initialize
(
void
)
__attribute__
((
weak
));
5
6
extern
void
__pthread_initialize_minimal
(
void
)
__attribute__
((
weak
));