Skip to content

Commit f776152

Browse files
committed
no more siginfo_t
1 parent bcffcc8 commit f776152

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/pcntl/config.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ int main(void) {
6868
[AC_DEFINE([HAVE_SCHED_GETCPU], [1],
6969
[Define to 1 if the 'sched_getcpu' function is properly supported.])])
7070

71-
AC_CHECK_TYPE([siginfo_t], [PCNTL_CFLAGS="-DHAVE_STRUCT_SIGINFO_T"],,
72-
[#include <signal.h>])
73-
7471
PHP_NEW_EXTENSION([pcntl],
7572
[pcntl.c php_signal.c],
7673
[$ext_shared],

0 commit comments

Comments
 (0)