summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
blob: 79eff05b90c7d35d23418a0541f75792d6c161df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ifeq ($(subdir),misc)
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
sysdep_headers += sys/elf.h
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 oldsetrlimit64
endif