proctl: add PR_SET_DUMPABLE support

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao 2024-12-03 10:24:52 +08:00 committed by Alan C. Assis
parent 203fb15c2e
commit a8cdd63d56

View file

@ -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
****************************************************************************/