diff options
Diffstat (limited to 'conform/data/sys/mman.h-data')
-rw-r--r-- | conform/data/sys/mman.h-data | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conform/data/sys/mman.h-data b/conform/data/sys/mman.h-data index f45ea0c8c3..8a696d349b 100644 --- a/conform/data/sys/mman.h-data +++ b/conform/data/sys/mman.h-data @@ -30,3 +30,10 @@ function int munlockall (void) function int munmap (void*, size_t) function int shm_open (const char*, int, mode_t) function int shm_unlink (const char*) + +allow shm_* +allow MAP_* +allow MCL_* +allow MS_* +allow PROT_* +allow *_t |