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

15 lines
360 B
Makefile
Raw Normal View History

1998-10-16 16:18:30 +00:00
ifeq ($(subdir),misc)
1998-12-24 16:17:59 +00:00
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
2000-01-23 08:52:50 +00:00
sysdep_headers += sys/elf.h sys/io.h
1998-10-16 16:18:30 +00:00
endif
ifeq ($(subdir),signal)
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
rt_sigqueueinfo rt_sigaction rt_sigpending \
sigrestorer
endif
ifeq ($(subdir),resource)
sysdep_routines += oldgetrlimit64
endif