Framework for exporting system header to user space (#59)
[lunaix-os.git] / 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
deleted file mode 100644 (file)
index fb34d99..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#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);
-
-extern void munmap(void* addr, size_t length);
-
-#endif /* __LUNAIX_MANN_H */