Define PR_SET_VMA* if undefined

PiperOrigin-RevId: 497161397
Change-Id: I65fc11a7ccf34ffe225a03a0444275145fa43b4f
This commit is contained in:
Wiktor Garbacz 2022-12-22 07:38:54 -08:00 committed by Copybara-Service
parent fc721da2b9
commit 2d52191c24

View File

@ -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 {