mirror of git://sourceware.org/git/glibc.git
(libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add pthread_atfork.
This commit is contained in:
parent
e077d10d0d
commit
cc4f0dde88
|
@ -91,7 +91,7 @@ libpthread-routines = init events version \
|
||||||
pthread_cancel pthread_testcancel \
|
pthread_cancel pthread_testcancel \
|
||||||
pthread_setcancelstate pthread_setcanceltype \
|
pthread_setcancelstate pthread_setcanceltype \
|
||||||
pthread_once \
|
pthread_once \
|
||||||
old_pthread_atfork\
|
old_pthread_atfork pthread_atfork \
|
||||||
pthread_getcpuclockid \
|
pthread_getcpuclockid \
|
||||||
pthread_clock_gettime pthread_clock_settime \
|
pthread_clock_gettime pthread_clock_settime \
|
||||||
sem_init sem_destroy \
|
sem_init sem_destroy \
|
||||||
|
@ -117,6 +117,7 @@ libpthread-routines = init events version \
|
||||||
pthread_kill_other_threads
|
pthread_kill_other_threads
|
||||||
|
|
||||||
libpthread-shared-only-routines = version pt-allocrtsig
|
libpthread-shared-only-routines = version pt-allocrtsig
|
||||||
|
libpthread-static-only-routines = pthread_atfork
|
||||||
|
|
||||||
libpthread-nonshared = pthread_atfork
|
libpthread-nonshared = pthread_atfork
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue