summaryrefslogtreecommitdiffstats
path: root/libgnu/sys_mman.win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/sys_mman.win32.h')
-rw-r--r--libgnu/sys_mman.win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgnu/sys_mman.win32.h b/libgnu/sys_mman.win32.h
index 9ad54af5..7c4eef0f 100644
--- a/libgnu/sys_mman.win32.h
+++ b/libgnu/sys_mman.win32.h
@@ -59,5 +59,6 @@ int munmap(void *addr, size_t length);
int msync(void *addr, size_t length, int flags);
int posix_madvise(void *addr, size_t len, int advice);
int mprotect(void *addr, size_t len, int prot);
+void *mremap(void *old_address, size_t old_size, size_t new_size, int flags, ...);
#endif // MMAN_H