Skip to content

Commit 8503278

Browse files
committed
Haiku got no SIGIO.
1 parent 638be0a commit 8503278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ int main(int argc, char **argv) /* {{{ */
17361736
exit(0);
17371737
}
17381738

1739-
#ifndef _WIN32
1739+
#if !defined(_WIN32) & !defined(__HAIKU__)
17401740
zend_sigaction(SIGIO, &sigio_struct, NULL);
17411741
#endif
17421742

0 commit comments

Comments
 (0)