Remove socket.S implementation
[glibc.git] / include / pthread.h
blob51854f6053b1f735925629cc4b1de09f1af11290
1 #include_next <pthread.h>
3 #ifndef _ISOMAC
4 /* This function is called to initialize the pthread library. */
5 extern void __pthread_initialize (void) __attribute__ ((weak));
6 #endif