]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(sysdep_routines): Add oldgetrlimit64 and oldsetrlimit64 for subdir = resource.
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Dec 1999 08:24:41 +0000 (08:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Dec 1999 08:24:41 +0000 (08:24 +0000)
sysdeps/unix/sysv/linux/Makefile

index d604da3d27da7f7e4c567cf2ace65dd5c5f52096..00f73ef6cc036a29c8297b4b4df0e75cd892c103 100644 (file)
@@ -106,3 +106,7 @@ endif
 ifeq ($(subdir),nis)
 CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
 endif
+
+ifeq ($(subdir),resource)
+sysdep_routines += oldgetrlimit64 oldsetrlimit64
+endif