mirror of git://sourceware.org/git/glibc.git
14 lines
308 B
Makefile
14 lines
308 B
Makefile
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
|