mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-15 07:30:13 +00:00
Move oldgetrlimit and oldsetrlimit rules into 32-bit arch subdirs.
This commit is contained in:
parent
3647dfe4dd
commit
c11e73d4c0
@ -106,7 +106,3 @@ endif
|
|||||||
ifeq ($(subdir),nis)
|
ifeq ($(subdir),nis)
|
||||||
CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
|
CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),resource)
|
|
||||||
sysdep_routines += oldgetrlimit64 oldsetrlimit64
|
|
||||||
endif
|
|
||||||
|
@ -30,8 +30,6 @@ munlock EXTRA munlock 2 __munlock munlock
|
|||||||
munlockall EXTRA munlockall 0 __munlockall munlockall
|
munlockall EXTRA munlockall 0 __munlockall munlockall
|
||||||
nanosleep - nanosleep 2 __libc_nanosleep __nanosleep nanosleep
|
nanosleep - nanosleep 2 __libc_nanosleep __nanosleep nanosleep
|
||||||
nfsservctl EXTRA nfsservctl 3 nfsservctl
|
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
|
pause - pause 0 __libc_pause pause
|
||||||
personality init-first personality 1 __personality personality
|
personality init-first personality 1 __personality personality
|
||||||
pipe - pipe 1 __pipe pipe
|
pipe - pipe 1 __pipe pipe
|
||||||
|
Loading…
Reference in New Issue
Block a user