diff options
author | Reiko Asakura | 2021-01-23 19:35:43 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-01-23 19:35:43 -0500 |
commit | ac14d60c291cc5b5512ddf5c20eff4049e5df4f8 (patch) | |
tree | 8dfcfc73836e333acc896c02f1bb7fbac8ad9815 /lib/execmem.h | |
parent | Updated Vita platform to support renamed functions (diff) | |
download | substitute-ac14d60c291cc5b5512ddf5c20eff4049e5df4f8.tar.gz |
Port to Vita Development Suite
Diffstat (limited to 'lib/execmem.h')
-rw-r--r-- | lib/execmem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/execmem.h b/lib/execmem.h index 07e9fa4..9e2f8ca 100644 --- a/lib/execmem.h +++ b/lib/execmem.h @@ -1,5 +1,4 @@ #pragma once -#include <sys/types.h> /* For allocating trampolines - this is just a mmap wrapper. */ int execmem_alloc_unsealed(uintptr_t hint, void **page_p, uintptr_t *vma_p, size_t *size_p, void *opt); int execmem_seal(void *page, void *opt); |