]> granicus.if.org Git - php/commit
Remove __USE_GNU defines
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 15:51:00 +0000 (17:51 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 15:51:00 +0000 (17:51 +0200)
commitac03b15e3c173b58b892cb6e904173870aa1b81b
tree1407de7da1382a7790d9dc8751063153edbdb539
parent819ae353a79ee79e20fe93e4fd53e96097c9f89f
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).
Zend/zend_alloc.c
ext/posix/posix.c
ext/sysvmsg/sysvmsg.c