Skip to content

Commit 9da2c24

Browse files
authored
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.
1 parent 16a3fb1 commit 9da2c24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main/php_glob.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@
111111
#else
112112

113113
#include "php.h"
114-
115-
#ifndef PHP_WIN32
116-
# include <sys/cdefs.h>
117-
#endif
118-
119114
#include "Zend/zend_stream.h"
120115

121116
typedef struct {

0 commit comments

Comments
 (0)