From 2e6f096fd925850d489df069fb016f7aef35585c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 26 Mar 2000 19:17:23 +0000 Subject: * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit an initial value of 1024 instead of RLIM_INFINITY. * Versions.def (libmachuser, libhurduser): Remove these sections, since these libraries do not presently use symbol versions. * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit is RLIM_INFINITY, return -1 instead. --- Versions.def | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Versions.def') diff --git a/Versions.def b/Versions.def index b038115..31674d4 100644 --- a/Versions.def +++ b/Versions.def @@ -22,17 +22,11 @@ libdl { GLIBC_2.0 GLIBC_2.1 } -libhurduser { - GLIBC_2.0 -} libm { GLIBC_2.0 GLIBC_2.1 GLIBC_2.2 } -libmachuser { - GLIBC_2.0 -} libnsl { GLIBC_2.0 GLIBC_2.1 -- cgit v1.1