1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-30 17:41:16 +03:00

* 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.
This commit is contained in:
Roland McGrath
2000-03-26 19:17:23 +00:00
parent 8acd0bf21b
commit 2e6f096fd9
3 changed files with 20 additions and 10 deletions

View File

@@ -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