aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
blob: 6040b201934c11b6f1748763f14ff49ad0c10e98 (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 sys/io.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
endif