We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcffcc8 commit f776152Copy full SHA for f776152
1 file changed
ext/pcntl/config.m4
@@ -68,9 +68,6 @@ int main(void) {
68
[AC_DEFINE([HAVE_SCHED_GETCPU], [1],
69
[Define to 1 if the 'sched_getcpu' function is properly supported.])])
70
71
- AC_CHECK_TYPE([siginfo_t], [PCNTL_CFLAGS="-DHAVE_STRUCT_SIGINFO_T"],,
72
- [#include <signal.h>])
73
-
74
PHP_NEW_EXTENSION([pcntl],
75
[pcntl.c php_signal.c],
76
[$ext_shared],
0 commit comments