mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 17:50:20 +00:00
13 lines
281 B
Makefile
13 lines
281 B
Makefile
|
ifeq ($(subdir),io)
|
||
|
sysdep_routines += pipe
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),misc)
|
||
|
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),signal)
|
||
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
||
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
||
|
endif
|