summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2021-09-08 19:49:54 +0100
committerDarren Tucker <dtucker@dtucker.net>2021-09-09 18:13:27 +1000
commit2d678c5e3bdc2f5c99f7af5122e9d054925d560d (patch)
treefaedf070bc5daff66a859e9ca06cc9819d9ae472 /configure.ac
parent73050fa38fb36ae3326d768b574806352b97002d (diff)
Disable tracing on FreeBSD using procctl.
Placed at the start of platform_disable_tracing() to prevent declaration after code errors from strict C89 compilers (in the unlikely event that more than one method is enabled).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f0eb24b8..413913a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -454,6 +454,7 @@ AC_CHECK_HEADERS([ \
sys/ndir.h \
sys/poll.h \
sys/prctl.h \
+ sys/procctl.h \
sys/pstat.h \
sys/ptrace.h \
sys/random.h \
@@ -1868,6 +1869,7 @@ AC_CHECK_FUNCS([ \
pledge \
poll \
prctl \
+ procctl \
pselect \
pstat \
raise \