From: Ulrich Drepper Date: Mon, 24 Jan 2000 01:39:43 +0000 (+0000) Subject: Remove oldget[sr]limit64.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9991da5c1f220b7ca65ed6715c235ac7b5345eaa;p=thirdparty%2Fglibc.git Remove oldget[sr]limit64.c. --- diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index c44c2b5ed1d..f0c59b13fad 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -12,6 +12,3 @@ ifeq ($(subdir),csu) CFLAGS-initfini.s += -DWEAK_GMON_START endif -ifeq ($(subdir),resource) -sysdep_routines += oldgetrlimit64 oldsetrlimit64 -endif