mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix GH-13215 GCC 14 build
This commit is contained in:
parent
b45e7a613f
commit
7252660941
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || (__GNUC__ > (x)))
|
||||
|
||||
/* Builtins are used to avoid library linkage */
|
||||
#if __has_feature(c_atomic)
|
||||
#if __has_feature(c_atomic) && defined(__clang__)
|
||||
#define HAVE_C11_ATOMICS 1
|
||||
#elif ZEND_GCC_PREREQ(4, 7)
|
||||
#define HAVE_GNUC_ATOMICS 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue