Skip to content

Commit 1382e66

Browse files
committed
Use _POSIX_C_SOURCE in gzguts.h, instead of _POSIX_SOURCE.
1 parent 4b98fd3 commit 1382e66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gzguts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# include <limits.h>
2626
#endif
2727

28-
#ifndef _POSIX_SOURCE
29-
# define _POSIX_SOURCE
28+
#ifndef _POSIX_C_SOURCE
29+
# define _POSIX_C_SOURCE 200112L
3030
#endif
3131
#include <fcntl.h>
3232

0 commit comments

Comments
 (0)