blob: 57cd3d9e940330eaae22b26f1c1da31bfddae088 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|