diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-02 09:19:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-02 09:19:59 +0000 |
commit | c86b08413ec16a81141fa2dbb78674f0e3c783e4 (patch) | |
tree | 135837645652075c1ccdcdedeb597dbdb13d26eb /linuxthreads | |
parent | fd722fba2f8238efa96328ddeb582fb2e1f2d80c (diff) | |
download | glibc-c86b08413ec16a81141fa2dbb78674f0e3c783e4.tar.gz glibc-c86b08413ec16a81141fa2dbb78674f0e3c783e4.tar.xz glibc-c86b08413ec16a81141fa2dbb78674f0e3c783e4.zip |
2003-04-02 Jakub Jelinek <jakub@redhat.com>
* Makefile (libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add pthread_atfork.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index fd8f92b49c..7c4f5803c6 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 |