mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +00:00
12 lines
292 B
Makefile
12 lines
292 B
Makefile
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
#sysdep_routines += sigsuspend
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += cachectl cacheflush sysmips
|
|
|
|
headers += sys/cachectl.h sys/sysmips.h
|
|
endif
|