blob: 38edcbefe50967d92b39f1fed7f1a48df5b303ae (
plain) (
blame)
1
2
3
4
|
/* The compat versions for the dynamic pthread_atfork provided by libpthread,
before supported __dso_handle was added. */
#define PTHREAD_ATFORK_COMPAT_INTRODUCED GLIBC_2_0
#define PTHREAD_ATFORK_COMPAT_OBSOLETED GLIBC_2_3
|