mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
endif
|
|
|
|
ifeq ($(subdir),resource)
|
|
sysdep_routines += oldgetrlimit64
|
|
endif
|