2003-04-02 Jakub Jelinek <jakub@redhat.com>

* Makefile (libpthread-routines): Add pthread_atfork.
	(libpthread-static-only-routines): Add pthread_atfork.
This commit is contained in:
Roland McGrath 2003-04-02 09:19:59 +00:00
parent fd722fba2f
commit c86b08413e
1 changed files with 2 additions and 1 deletions

View File

@ -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