Remove Unixware and openserver support
This commit is contained in:
@@ -4836,7 +4836,7 @@ MarkFileDescriptors (
|
||||
#ifdef _SUN_OS
|
||||
open_max = NOFILE;
|
||||
#else
|
||||
#if defined(USL) || defined(_AIX)
|
||||
#if defined(_AIX)
|
||||
open_max = FOPEN_MAX;
|
||||
#else
|
||||
open_max = FD_SETSIZE;
|
||||
|
||||
Reference in New Issue
Block a user