mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Define PR_SET_VMA* if undefined
PiperOrigin-RevId: 497161397 Change-Id: I65fc11a7ccf34ffe225a03a0444275145fa43b4f
This commit is contained in:
parent
fc721da2b9
commit
2d52191c24
|
@ -56,6 +56,13 @@
|
|||
#include <asm/termbits.h> // On PPC, TCGETS macro needs termios
|
||||
#endif
|
||||
|
||||
#ifndef PR_SET_VMA
|
||||
#define PR_SET_VMA 0x53564d41
|
||||
#endif
|
||||
#ifndef PR_SET_VMA_ANON_NAME
|
||||
#define PR_SET_VMA_ANON_NAME 0
|
||||
#endif
|
||||
|
||||
namespace sandbox2 {
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user