Browse Source

removed the redundant NEW_LIBC checks

PHP-5.1
Anantha Kesari H Y 22 years ago
parent
commit
595268403a
  1. 4
      ext/standard/lcg.c

4
ext/standard/lcg.c

@ -28,12 +28,8 @@
#ifdef PHP_WIN32
#include "win32/time.h"
#elif defined(NETWARE)
#ifdef NEW_LIBC
#include <sys/timeval.h>
#else
#include "netware/time_nw.h"
#endif
#else
#include <sys/time.h>
#endif

Loading…
Cancel
Save