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:
Michal Biesek 2023-08-10 20:22:59 +02:00
parent 7e80a36e68
commit 28c54a40b6
No known key found for this signature in database
GPG key ID: FFF2B9B1C73BB3CA

View file

@ -103,5 +103,7 @@
#define PR_GET_IO_FLUSHER 58
#define PR_SET_PTRACER 0x59616d61
#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_ */