From: Roland McGrath Date: Wed, 2 Apr 2003 09:19:59 +0000 (+0000) Subject: 2003-04-02 Jakub Jelinek X-Git-Tag: cvs/glibc-2_3_3~971 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86b08413ec16a81141fa2dbb78674f0e3c783e4;p=thirdparty%2Fglibc.git 2003-04-02 Jakub Jelinek * Makefile (libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add pthread_atfork. --- diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index fd8f92b49c9..7c4f5803c6b 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -47,11 +47,12 @@ libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptw-lseek64 ptw-llseek ptw-msync ptw-nanosleep \ ptw-open ptw-open64 ptw-pause ptw-pread ptw-pread64 \ ptw-pwrite ptw-pwrite64 ptw-tcdrain ptw-wait \ - ptw-waitpid pt-system old_pthread_atfork + ptw-waitpid pt-system old_pthread_atfork pthread_atfork # Don't generate deps for calls with no sources. See sysdeps/unix/Makefile. omit-deps = $(unix-syscalls:%=ptw-%) libpthread-shared-only-routines = pt-allocrtsig +libpthread-static-only-routines = pthread_atfork libpthread-nonshared = pthread_atfork