X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd:/lunaix-os/usr/libc/includes/lunaix/mann.h diff --git a/lunaix-os/usr/libc/includes/lunaix/mann.h b/lunaix-os/usr/libc/includes/lunaix/mann.h index 1e79912..2527572 100644 --- a/lunaix-os/usr/libc/includes/lunaix/mann.h +++ b/lunaix-os/usr/libc/includes/lunaix/mann.h @@ -1,11 +1,12 @@ #ifndef __LUNAIX_SYS_MANN_H #define __LUNAIX_SYS_MANN_H +#include #include #include -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 */