diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-26 19:17:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-26 19:17:23 +0000 |
commit | 2e6f096fd925850d489df069fb016f7aef35585c (patch) | |
tree | 8f6c9b4330f729dbad4ec454888f04b966da8421 /Versions.def | |
parent | 8acd0bf21b6092706447a72fc8d39951872d7a2b (diff) | |
download | glibc-2e6f096fd925850d489df069fb016f7aef35585c.tar.gz |
* 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.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Versions.def b/Versions.def index b038115fdb..31674d4bc3 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 |