Skip to content

Commit 099b168

Browse files
committedJul 27, 2022
GH-9157: opcache fix build on older macOs releases.
Closes #9158.
1 parent d058acb commit 099b168

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ langinfo.h \
398398
linux/filter.h \
399399
linux/sock_diag.h \
400400
malloc.h \
401+
os/signpost.h \
401402
poll.h \
402403
pty.h \
403404
pwd.h \

‎ext/opcache/jit/zend_jit_perf_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <sys/stat.h>
2727
#include <fcntl.h>
2828

29-
#if !defined(__APPLE__)
29+
#if !defined(HAVE_OS_SIGNPOST_H)
3030
#if defined(__linux__)
3131
#include <sys/syscall.h>
3232
#elif defined(__darwin__)

0 commit comments

Comments
 (0)