glibc/sysdeps/unix/sysv/linux/arm/Makefile

9 lines
237 B
Makefile
Raw Normal View History

1998-10-17 00:18:30 +08:00
ifeq ($(subdir),misc)
1998-12-25 00:17:59 +08:00
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
1998-10-17 00:18:30 +08:00
endif
ifeq ($(subdir),signal)
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
rt_sigqueueinfo rt_sigaction rt_sigpending
endif