mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
5 lines
144 B
Makefile
5 lines
144 B
Makefile
|
ifeq ($(subdir),signal)
|
||
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
||
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
||
|
endif
|