From 3a41e72395a5715f78e8ee2127783ef44f471003 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 16 Aug 2000 01:40:12 +0000 Subject: Update. * 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 . --- ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/powerpc/Dist | 1 + sysdeps/unix/sysv/linux/powerpc/Makefile | 4 ++++ sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c | 1 + 4 files changed, 12 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c diff --git a/ChangeLog b/ChangeLog index efbe1ca..46154a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-08-15 Ulrich Drepper + * 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 . + * include/link.h: Undo last patches. Hurd now had stat64. * elf/Makefile: Likewise. * elf/dl-load.c: Likewise. diff --git a/sysdeps/unix/sysv/linux/powerpc/Dist b/sysdeps/unix/sysv/linux/powerpc/Dist index b83332d..5b221bd 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Dist +++ b/sysdeps/unix/sysv/linux/powerpc/Dist @@ -1,5 +1,6 @@ clone.S kernel_stat.h kernel_termios.h +oldgetrlimit64.c sys/procfs.h sys/user.h diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile index 9d02ace..931611f 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/Makefile @@ -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 index 0000000..4c27e95 --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c @@ -0,0 +1 @@ +#include -- cgit v1.1