blob: 08afccbb3c5bc3e507f4f192d54ed3f1c4157220 (
plain) (
blame)
1
2
3
4
|
/* 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
|