mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove the ptw-% patterns
Nothing depends on the PTW macro anymore, so the mechanism to define PTW for recompliations of libc routines is no longer needed. The source files are still recompiled for the nptl directory, just without the “ptw-” prefix. (Reducing the number of pattern rules in sysd-rules is critical for improving make performance.)
This commit is contained in:
@ -39,6 +39,6 @@ endif # math
|
||||
|
||||
ifeq ($(subdir),nptl)
|
||||
# pull in __syscall_error routine, __sigprocmask, __syscall_rt_sigaction
|
||||
libpthread-routines += ptw-sysdep ptw-sigprocmask ptw-rt_sigaction
|
||||
libpthread-shared-only-routines += ptw-sysdep ptw-sigprocmask ptw-rt_sigaction
|
||||
libpthread-routines += sysdep sigprocmask rt_sigaction
|
||||
libpthread-shared-only-routines += sysdep sigprocmask rt_sigaction
|
||||
endif
|
||||
|
Reference in New Issue
Block a user