From: Ulrich Drepper Date: Thu, 2 Dec 1999 08:24:41 +0000 (+0000) Subject: (sysdep_routines): Add oldgetrlimit64 and oldsetrlimit64 for subdir = resource. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c0e6b2c7d708067dafb89bf8ef27b2646c21ff;p=thirdparty%2Fglibc.git (sysdep_routines): Add oldgetrlimit64 and oldsetrlimit64 for subdir = resource. --- diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index d604da3d27d..00f73ef6cc0 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -106,3 +106,7 @@ endif ifeq ($(subdir),nis) CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1 endif + +ifeq ($(subdir),resource) +sysdep_routines += oldgetrlimit64 oldsetrlimit64 +endif