remove the includes that obsoleted since last refactoring
[lunaix-os.git] / lunaix-os / usr / libc / includes / sys / mman.h
1 #ifndef __LUNALIBC_SYS_MANN_H
2 #define __LUNALIBC_SYS_MANN_H
3
4 #include <lunaix/mman.h>
5 #include <sys/types.h>
6
7 void* mmap(void* addr, size_t length, int proct, int flags, int fd, off_t offset);
8
9 int munmap(void* addr, size_t length);
10
11 #endif /* __LUNALIBC_MANN_H */