Browse Source

__USE_GNU shall not be defined by application

PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
2d7860edc7
  1. 1
      ext/zlib/zlib.c

1
ext/zlib/zlib.c

@ -25,7 +25,6 @@
#if HAVE_FOPENCOOKIE
#define _GNU_SOURCE
#define __USE_GNU
#include <stdio.h>
#endif

Loading…
Cancel
Save