Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / usr / libc / includes / lunaix / mann.h
index 1e7991232e22184aba8081925da2d47c42aea2de..2527572c6e86a26fc4cea8ee304beb8b937ffb6d 100644 (file)
@@ -1,11 +1,12 @@
 #ifndef __LUNAIX_SYS_MANN_H
 #define __LUNAIX_SYS_MANN_H
 
+#include <stddef.h>
 #include <lunaix/mann_flags.h>
 #include <lunaix/types.h>
 
-extern void* mmap(void* addr, size_t length, int proct, int flags, int fd, off_t offset);
+void* mmap(void* addr, size_t length, int proct, int flags, int fd, off_t offset);
 
-extern void munmap(void* addr, size_t length);
+int munmap(void* addr, size_t length);
 
 #endif /* __LUNAIX_MANN_H */