diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-22 23:27:56 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-22 23:30:32 +0100 |
| commit | 0f30d227497418c6d3bef7d52244407e30454504 (patch) | |
| tree | 0e1ac19623d3268380cf74328cdf643648a2f43c /include/sys/mman.h | |
| parent | 90dad97fc07f049383903a166631e2c257f9b8c1 (diff) | |
Added c11 threads, fixed some locks and add *_unlocked functions
Diffstat (limited to 'include/sys/mman.h')
| -rw-r--r-- | include/sys/mman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/mman.h b/include/sys/mman.h index 78b72c48..a8e9308f 100644 --- a/include/sys/mman.h +++ b/include/sys/mman.h @@ -31,5 +31,6 @@ typedef __UINT32_TYPE__ mode_t; void *mmap(void *, size_t, int, int, int, off_t); int munmap(void *, size_t); int posix_madvise(void *, size_t, int); +int mprotect(void *, size_t, int); #endif |
