mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
[subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
[subdir=misc] (sysdep_headers): Add sys/elf.h.
This commit is contained in:
parent
6959849dcf
commit
a4d6b8eb39
@ -1,5 +1,6 @@
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
|
||||
sysdep_headers += sys/elf.h
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),signal)
|
||||
@ -7,3 +8,7 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
||||
rt_sigqueueinfo rt_sigaction rt_sigpending \
|
||||
sigrestorer
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
sysdep_routines += oldgetrlimit64 oldsetrlimit64
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user