2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-01 13:17:19 +08:00
glibc/include/pthread.h

7 lines
180 B
C
Raw Normal View History

#include_next <pthread.h>
#ifndef _ISOMAC
/* This function is called to initialize the pthread library. */
extern void __pthread_initialize (void) __attribute__ ((weak));
#endif