mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
Removed redundant NEW_LIBC checks for NETWARE
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
||||
#endif
|
||||
|
||||
/* Additional headers for NetWare */
|
||||
#if defined(NETWARE) && (NEW_LIBC)
|
||||
#if defined(NETWARE)
|
||||
#include <sys/select.h>
|
||||
#include <sys/timeval.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user