about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
blob: f1b237dbe356ef22cc0b89dfe3271b3358e00676 (plain) (blame)
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 += oldgetrlimit oldsetrlimit
endif