We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdd822 commit 638be0aCopy full SHA for 638be0a
ext/standard/microtime.c
@@ -136,7 +136,7 @@ PHP_FUNCTION(getrusage)
136
#ifdef PHP_WIN32 /* Windows only implements a limited amount of fields from the rusage struct */
137
PHP_RUSAGE_PARA(ru_majflt);
138
PHP_RUSAGE_PARA(ru_maxrss);
139
-#elif !defined( _OSD_POSIX) && !defined(__BEOS__) /* BS2000 has only a few fields in the rusage struct*/
+#elif !defined( _OSD_POSIX) && !defined(__BEOS__) && !defined(__HAIKU__) /* BS2000 has only a few fields in the rusage struct*/
140
PHP_RUSAGE_PARA(ru_oublock);
141
PHP_RUSAGE_PARA(ru_inblock);
142
PHP_RUSAGE_PARA(ru_msgsnd);
0 commit comments