diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:54:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:54:45 +0300 |
commit | f20ab7c3039a4023f41372bfe4bde3b16d481df7 (patch) | |
tree | 4425de8c6177df655f165cb61d70d0acb5fdc968 /README_d/README.solaris | |
parent | 6607eb3d5e40b98d2acc8f6b0d6a0b5a4b0f56bd (diff) | |
download | egawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.tar.gz egawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.tar.bz2 egawk-f20ab7c3039a4023f41372bfe4bde3b16d481df7.zip |
Move to gawk-3.0.4.
Diffstat (limited to 'README_d/README.solaris')
-rw-r--r-- | README_d/README.solaris | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README_d/README.solaris b/README_d/README.solaris index e83d57e5..0b0fb6a2 100644 --- a/README_d/README.solaris +++ b/README_d/README.solaris @@ -1,3 +1,15 @@ +Tue Apr 13 16:57:45 IDT 1999 + +There is a known problem in that the `manyfiles' test will fail under +Solaris if you set your soft limit on the number of file descriptors to +above 256. This is due to a "feature" of fdopen that an fd must be +less than 256 (see fdopen(3)). + +IMHO this is Sun's problem, not mine. + +Arnold Robbins +arnold@gnu.org +---------------------------- From dragon!lehman.com!carson Fri Feb 7 01:12:09 1997 Return-Path: <dragon!lehman.com!carson> From: carson@lehman.com |