Update.
* sysdeps/unix/sysv/linux/arm/Makefile [$(subdir)==resource] (sysdep_routines): Add oldgetrlimit64.
This commit is contained in:
parent
2b7238dda8
commit
d4cfddf947
@ -1,5 +1,8 @@
|
|||||||
2000-08-26 Ulrich Drepper <drepper@redhat.com>
|
2000-08-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/Makefile [$(subdir)==resource]
|
||||||
|
(sysdep_routines): Add oldgetrlimit64.
|
||||||
|
|
||||||
* elf/Makefile (distribute): Add unloadmod.c, reldepmod1.c,
|
* elf/Makefile (distribute): Add unloadmod.c, reldepmod1.c,
|
||||||
reldepmod2.c, reldepmod3.c, and reldepmod4.c.
|
reldepmod2.c, reldepmod3.c, and reldepmod4.c.
|
||||||
(tests): Add unload, reldep, reldep2, and reldep3.
|
(tests): Add unload, reldep, reldep2, and reldep3.
|
||||||
|
@ -8,3 +8,7 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|||||||
rt_sigqueueinfo rt_sigaction rt_sigpending \
|
rt_sigqueueinfo rt_sigaction rt_sigpending \
|
||||||
sigrestorer
|
sigrestorer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(subdir),resource)
|
||||||
|
sysdep_routines += oldgetrlimit64
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user