blob: 0929c7c3245a4462dcf728c15aeb158c0022acc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ifeq ($(subdir),io)
sysdep_routines += pipe
endif
ifeq ($(subdir),misc)
sysdep_routines += setfsgid setfsuid setresgid setresuid
sysdep_headers += sys/io.h
endif
ifeq ($(subdir),signal)
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
rt_sigqueueinfo rt_sigaction rt_sigpending
endif
|