Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 16 Aug 2000 01:40:12 +0000 (01:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 16 Aug 2000 01:40:12 +0000 (01:40 +0000)
* sysdeps/unix/sysv/linux/powerpc/Dist: Add oldgetrlimit64.c.
* sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)=resource]
(sysdep_routines): Add oldgetrlimit64.
* sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: New file.
Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.

ChangeLog
sysdeps/unix/sysv/linux/powerpc/Dist
sysdeps/unix/sysv/linux/powerpc/Makefile
sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c [new file with mode: 0644]

index efbe1ca..46154a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/powerpc/Dist: Add oldgetrlimit64.c.
+       * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)=resource]
+       (sysdep_routines): Add oldgetrlimit64.
+       * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: New file.
+       Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
        * include/link.h: Undo last patches.  Hurd now had stat64.
        * elf/Makefile: Likewise.
        * elf/dl-load.c: Likewise.
index b83332d..5b221bd 100644 (file)
@@ -1,5 +1,6 @@
 clone.S
 kernel_stat.h
 kernel_termios.h
+oldgetrlimit64.c
 sys/procfs.h
 sys/user.h
index 9d02ace..931611f 100644 (file)
@@ -2,3 +2,7 @@ ifeq ($(subdir),signal)
 sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait        \
                   rt_sigqueueinfo rt_sigaction rt_sigpending
 endif
+
+ifeq ($(subdir),resource)
+sysdep_routines += oldgetrlimit64
+endif
diff --git a/sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c b/sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c
new file mode 100644 (file)
index 0000000..4c27e95
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c>