summaryrefslogtreecommitdiff
path: root/header_checks
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-15 02:35:11 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-15 12:14:31 +0000
commit72a8a2ce40ee9913c676f922551f65ca3cdd0e3b (patch)
tree3a255ffbb5b9cea0794d8c1e726c3dbb2071b307 /header_checks
parent77db0820e37b5a2b2f66562a00b8c689b5f2c022 (diff)
downloadefl-72a8a2ce40ee9913c676f922551f65ca3cdd0e3b.tar.gz
ecore_exe/efl_exe - implement exit with parent on bsds with procctl
Diffstat (limited to 'header_checks')
-rw-r--r--header_checks/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build
index 3aaf3776c6..1d3f0e171f 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -97,6 +97,7 @@ function_checks = [
['mmap', ['sys/mman.h']],
['mtrace', ['mcheck.h']],
['prctl', ['sys/prctl.h']],
+ ['procctl', ['sys/procctl.h']],
['realpath', ['stdlib.h']],
['setxattr', ['sys/types.h', 'sys/xattr.h']],
['siglongjmp', ['setjmp.h']],