mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
13 lines
220 B
Makefile
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
|