about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
blob: 24c7ee99b06b491ad9903b81446c6d6253115e8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ifeq ($(subdir),misc)
sysdep_routines += 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