Skip to content

Commit

Permalink
proctl: add PR_SET_DUMPABLE support
Browse files Browse the repository at this point in the history
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
  • Loading branch information
extinguish committed Dec 24, 2024
1 parent 0914011 commit 2e6d94d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/sys/prctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
****************************************************************************/
Expand Down

0 comments on commit 2e6d94d

Please sign in to comment.