Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Dec 1999 18:54:38 +0000 (18:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Dec 1999 18:54:38 +0000 (18:54 +0000)
* 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.

ChangeLog
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/i386/Makefile
sysdeps/unix/sysv/linux/i386/syscalls.list
sysdeps/unix/sysv/linux/syscalls.list

index f33bc68..e6b3d87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 1999-12-09  Ulrich Drepper  <drepper@cygnus.com>
 
+       * 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.
+
        * locale/programs/ld-collate.c (insert_value): If this is the
        first symbol the cursor can be the same as the next pointer.
 
index 4c5b7ea..4d7594d 100644 (file)
@@ -106,7 +106,3 @@ endif
 ifeq ($(subdir),nis)
 CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
 endif
-
-ifeq ($(subdir),resource)
-sysdep_routines += oldgetrlimit64 oldsetrlimit64
-endif
index 38987e4..ec48acd 100644 (file)
@@ -11,3 +11,7 @@ endif
 ifeq ($(subdir),csu)
 CFLAGS-initfini.s += -DWEAK_GMON_START
 endif
+
+ifeq ($(subdir),resource)
+sysdep_routines += oldgetrlimit oldsetrlimit
+endif
index 84b5a8a..3cf0d30 100644 (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
index 50f1cc9..6215973 100644 (file)
@@ -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