projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6959849
)
[subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 12 Jan 2000 10:21:37 +0000
(10:21 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 12 Jan 2000 10:21:37 +0000
(10:21 +0000)
[subdir=misc] (sysdep_headers): Add sys/elf.h.
sysdeps/unix/sysv/linux/arm/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/arm/Makefile
b/sysdeps/unix/sysv/linux/arm/Makefile
index
99a560c
..
79eff05
100644
(file)
--- a/
sysdeps/unix/sysv/linux/arm/Makefile
+++ b/
sysdeps/unix/sysv/linux/arm/Makefile
@@
-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