From: Ulrich Drepper Date: Sat, 29 Mar 2003 08:30:34 +0000 (+0000) Subject: (libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add... X-Git-Tag: cvs/glibc-2_3_3~1011 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc4f0dde8880d12a99e470b51e788bd575ec17c5;p=thirdparty%2Fglibc.git (libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add pthread_atfork. --- diff --git a/nptl/Makefile b/nptl/Makefile index 6cddc9fff71..9d9936e33f3 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -91,7 +91,7 @@ libpthread-routines = init events version \ pthread_cancel pthread_testcancel \ pthread_setcancelstate pthread_setcanceltype \ pthread_once \ - old_pthread_atfork\ + old_pthread_atfork pthread_atfork \ pthread_getcpuclockid \ pthread_clock_gettime pthread_clock_settime \ sem_init sem_destroy \ @@ -117,6 +117,7 @@ libpthread-routines = init events version \ pthread_kill_other_threads libpthread-shared-only-routines = version pt-allocrtsig +libpthread-static-only-routines = pthread_atfork libpthread-nonshared = pthread_atfork