1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-17 05:11:21 +03:00
Files
glibc/sysdeps/unix/sysv/linux/arm/Makefile
2004-12-22 20:10:10 +00:00

13 lines
220 B
Makefile

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