1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix Alpine build (#18616)

We're not allowed to include the sys/cdefs.h header on alpine, but it
seems we don't even need this in the first place. So drop it.
This commit is contained in:
Niels Dossche
2025-05-21 19:39:02 +02:00
committed by GitHub
parent 16a3fb1c3f
commit 9da2c24903

View File

@@ -111,11 +111,6 @@
#else
#include "php.h"
#ifndef PHP_WIN32
# include <sys/cdefs.h>
#endif
#include "Zend/zend_stream.h"
typedef struct {