Fix locale memmem namespace (bug 17585).
[platform/upstream/glibc.git] / include / pthread.h
1 #include_next <pthread.h>
2
3 #ifndef _ISOMAC
4 /* This function is called to initialize the pthread library.  */
5 extern void __pthread_initialize (void) __attribute__ ((weak));
6 #endif