We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dea328 commit b8d26daCopy full SHA for b8d26da
main/php.h
@@ -417,7 +417,7 @@ END_EXTERN_C()
417
*/
418
419
#ifndef XtOffset
420
-#if defined(CRAY) || (defined(__arm) && !defined(LINUX))
+#if defined(CRAY) || (defined(__arm) && !(defined(LINUX) || defined(__riscos__)))
421
#ifdef __STDC__
422
#define XtOffset(p_type, field) _Offsetof(p_type, field)
423
#else
sapi/cgi/cgi_main.c
@@ -69,6 +69,7 @@
69
70
#ifdef __riscos__
71
#include <unixlib/local.h>
72
+int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
73
#endif
74
75
#include "zend_compile.h"
0 commit comments