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 . --- sysdeps/unix/sysv/linux/powerpc/Dist | 1 + sysdeps/unix/sysv/linux/powerpc/Makefile | 4 ++++ sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c | 1 + 3 files changed, 6 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/powerpc/Dist b/sysdeps/unix/sysv/linux/powerpc/Dist index b83332d994..5b221bd91c 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 9d02acecc4..931611f4db 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 0000000000..4c27e957bf --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c @@ -0,0 +1 @@ +#include -- cgit 1.4.1