Add rules for oldgetrlimit and oldsetrlimit.

This commit is contained in:
Ulrich Drepper 1999-12-09 19:01:44 +00:00
parent c11e73d4c0
commit 1b7b7e2e3b
2 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,7 @@ endif
ifeq ($(subdir),csu)
CFLAGS-initfini.s += -DWEAK_GMON_START
endif
ifeq ($(subdir),resource)
sysdep_routines += oldgetrlimit64 oldsetrlimit64
endif

View File

@ -2,3 +2,5 @@
modify_ldt EXTRA modify_ldt 3 __modify_ldt modify_ldt
vm86 - vm86 1 __vm86 vm86
oldgetrlimit EXTRA getrlimit 2 __old_getrlimit getrlimit@GLIBC_2.0
oldsetrlimit EXTRA setrlimit 2 __old_setrlimit setrlimit@GLIBC_2.0