meson: missing test for sys/prctl.h.

This is needed for prctl(), to allow a child process to trace the
parent.
This commit is contained in:
Jehan 2021-12-04 18:49:00 +01:00
parent 156d00f7d3
commit 44f6ee36fe
1 changed files with 1 additions and 0 deletions

View File

@ -1246,6 +1246,7 @@ foreach header : [
{ 'm': 'HAVE_STRING_H', 'v': 'string.h' },
{ 'm': 'HAVE_STRINGS_H', 'v': 'strings.h' },
{ 'm': 'HAVE_SYS_PARAM_H', 'v': 'sys/param.h' },
{ 'm': 'HAVE_SYS_PRCTL_H', 'v': 'sys/prctl.h' },
{ 'm': 'HAVE_SYS_SELECT_H', 'v': 'sys/select.h' },
{ 'm': 'HAVE_SYS_STAT_H', 'v': 'sys/stat.h' },
{ 'm': 'HAVE_SYS_THR_H', 'v': 'sys/thr.h' },