From c86b08413ec16a81141fa2dbb78674f0e3c783e4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Apr 2003 09:19:59 +0000 Subject: [PATCH] 2003-04-02 Jakub Jelinek * Makefile (libpthread-routines): Add pthread_atfork. (libpthread-static-only-routines): Add pthread_atfork. --- linuxthreads/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index fd8f92b..7c4f580 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 -- 2.7.4