diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-29 08:30:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-29 08:30:34 +0000 |
commit | cc4f0dde8880d12a99e470b51e788bd575ec17c5 (patch) | |
tree | 3a960843ac0476a5489fe8a7cd8ec0b2b354cb81 /nptl/Makefile | |
parent | e077d10d0d6f4c08cf5a97d61bdf4027fbb9e939 (diff) | |
download | glibc-cc4f0dde8880d12a99e470b51e788bd575ec17c5.tar glibc-cc4f0dde8880d12a99e470b51e788bd575ec17c5.tar.gz glibc-cc4f0dde8880d12a99e470b51e788bd575ec17c5.tar.bz2 glibc-cc4f0dde8880d12a99e470b51e788bd575ec17c5.zip |
(libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add pthread_atfork.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6cddc9fff7..9d9936e33f 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 |