summaryrefslogtreecommitdiff
path: root/userland/libc/include/sys/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/sys/mman.h')
-rw-r--r--userland/libc/include/sys/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/sys/mman.h b/userland/libc/include/sys/mman.h
index 7dfe29a..7cba68f 100644
--- a/userland/libc/include/sys/mman.h
+++ b/userland/libc/include/sys/mman.h
@@ -12,4 +12,5 @@
void *mmap(void *addr, size_t length, int prot, int flags, int fd,
size_t offset);
+int munmap(void *addr, size_t length);
#endif