mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 19:10:06 +00:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
|
sysdep_headers += sys/elf.h
|
|
endif
|
|
|
|
ifeq ($(subdir),resource)
|
|
sysdep_routines += oldgetrlimit64
|
|
endif
|