This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a8cdd63d568a0e302ff96c4a40363af04ad78baf Author: guoshichao <guoshic...@xiaomi.com> AuthorDate: Tue Dec 3 10:24:52 2024 +0800 proctl: add PR_SET_DUMPABLE support Signed-off-by: guoshichao <guoshic...@xiaomi.com> --- include/sys/prctl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/sys/prctl.h b/include/sys/prctl.h index d9f75f7ca8..aea419244f 100644 --- a/include/sys/prctl.h +++ b/include/sys/prctl.h @@ -76,6 +76,9 @@ #define PR_SET_NAME_EXT 3 #define PR_GET_NAME_EXT 4 +#define PR_SET_DUMPABLE 5 +#define PR_GET_DUMPABLE 6 + /**************************************************************************** * Public Type Definitions ****************************************************************************/