php-src/ext/posix
Nikita Popov ac03b15e3c Remove __USE_GNU defines
This is an internal glibc macro, it should not be necessary to use
it if we already define _GNU_SOURCE (we do through
AC_USE_SYSTEM_EXTENSIONS). Needing to use __USE_GNU generally
indicates an inclusion order problem (libc header included before
config.h).
2018-09-17 17:51:00 +02:00
..
tests Merge branch 'PHP-7.2' into PHP-7.3 2018-09-01 14:30:08 +02:00
config.m4 Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
CREDITS Adjusted credits file so that it appears properly on phpinfo() 2006-04-07 03:41:06 +00:00
php_posix.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
posix.c Remove __USE_GNU defines 2018-09-17 17:51:00 +02:00