mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 02:40:28 +00:00
pr.h: add PR_SET_VMA from linux v5.17
Allows store names for private anonymous memory see linux commit 9a10064f5625d5572c3626c1516e0bebc6c9fe9b mm: add a field to store names for private anonymous memory
This commit is contained in:
parent
7e80a36e68
commit
28c54a40b6
1 changed files with 2 additions and 0 deletions
|
@ -103,5 +103,7 @@
|
||||||
#define PR_GET_IO_FLUSHER 58
|
#define PR_GET_IO_FLUSHER 58
|
||||||
#define PR_SET_PTRACER 0x59616d61
|
#define PR_SET_PTRACER 0x59616d61
|
||||||
#define PR_SET_PTRACER_ANY -1
|
#define PR_SET_PTRACER_ANY -1
|
||||||
|
#define PR_SET_VMA 0x53564d41
|
||||||
|
#define PR_SET_VMA_ANON_NAME 0
|
||||||
|
|
||||||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_PR_H_ */
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_PR_H_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue