mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
5 lines
231 B
C
5 lines
231 B
C
|
/* The compat version for the dynamic pthread_atfork provided by libpthread,
|
||
|
before supported __dso_handle was added. */
|
||
|
#define PTHREAD_ATFORK_COMPAT_INTRODUCED GLIBC_2_12
|
||
|
#define PTHREAD_ATFORK_COMPAT_OBSOLETED GLIBC_2_23
|