mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
* sysdeps/unix/sysv/linux/i386/Makefile: Add rules for oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and oldsetrlimit rules into 32-bit arch subdirs. * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
This commit is contained in:
@@ -106,7 +106,3 @@ endif
|
||||
ifeq ($(subdir),nis)
|
||||
CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
sysdep_routines += oldgetrlimit64 oldsetrlimit64
|
||||
endif
|
||||
|
||||
@@ -11,3 +11,7 @@ endif
|
||||
ifeq ($(subdir),csu)
|
||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
sysdep_routines += oldgetrlimit oldsetrlimit
|
||||
endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -33,8 +33,6 @@ munlock EXTRA munlock 2 __munlock munlock
|
||||
munlockall EXTRA munlockall 0 __munlockall munlockall
|
||||
nanosleep - nanosleep 2 __libc_nanosleep __nanosleep nanosleep
|
||||
nfsservctl EXTRA nfsservctl 3 nfsservctl
|
||||
oldgetrlimit EXTRA getrlimit 2 __old_getrlimit getrlimit@GLIBC_2.0
|
||||
oldsetrlimit EXTRA setrlimit 2 __old_setrlimit setrlimit@GLIBC_2.0
|
||||
pause - pause 0 __libc_pause pause
|
||||
personality init-first personality 1 __personality personality
|
||||
pipe - pipe 1 __pipe pipe
|
||||
|
||||
Reference in New Issue
Block a user