mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
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:
parent
fd722fba2f
commit
c86b08413e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user