summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
blob: 0ccdbe81f6c9247f6b9fed7084aaa51f121fe332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifeq ($(subdir),misc)
sysdep_routines += ioperm
sysdep_headers += sys/elf.h sys/io.h
endif

ifeq ($(subdir),signal)
sysdep_routines += sigrestorer
endif

ifeq ($(subdir),resource)
sysdep_routines += oldgetrlimit64
endif