diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-01-15 02:35:11 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-01-15 12:14:31 +0000 |
commit | 72a8a2ce40ee9913c676f922551f65ca3cdd0e3b (patch) | |
tree | 3a255ffbb5b9cea0794d8c1e726c3dbb2071b307 /header_checks | |
parent | 77db0820e37b5a2b2f66562a00b8c689b5f2c022 (diff) |
ecore_exe/efl_exe - implement exit with parent on bsds with procctl
Diffstat (limited to 'header_checks')
-rw-r--r-- | header_checks/meson.build | 1 |
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 = [ | |||
97 | ['mmap', ['sys/mman.h']], | 97 | ['mmap', ['sys/mman.h']], |
98 | ['mtrace', ['mcheck.h']], | 98 | ['mtrace', ['mcheck.h']], |
99 | ['prctl', ['sys/prctl.h']], | 99 | ['prctl', ['sys/prctl.h']], |
100 | ['procctl', ['sys/procctl.h']], | ||
100 | ['realpath', ['stdlib.h']], | 101 | ['realpath', ['stdlib.h']], |
101 | ['setxattr', ['sys/types.h', 'sys/xattr.h']], | 102 | ['setxattr', ['sys/types.h', 'sys/xattr.h']], |
102 | ['siglongjmp', ['setjmp.h']], | 103 | ['siglongjmp', ['setjmp.h']], |