Use _POSIX_C_SOURCE in gzguts.h, instead of _POSIX_SOURCE.

pull/931/head
Mark Adler 1 year ago
parent 4b98fd39c8
commit 1382e66114
  1. 4
      gzguts.h

@ -25,8 +25,8 @@
# include <limits.h>
#endif
#ifndef _POSIX_SOURCE
# define _POSIX_SOURCE
#ifndef _POSIX_C_SOURCE
# define _POSIX_C_SOURCE 200112L
#endif
#include <fcntl.h>

Loading…
Cancel
Save