Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / includes / dirent.h
index 9748c8c90d3206bed5e1de29028f006e02c2b657..4c5bd3b10c27e37c1b18749f875c9cb6b32c5b77 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef __LUNAIX_SYS_DIRENT_H
-#define __LUNAIX_SYS_DIRENT_H
+#ifndef __LUNALIBC_SYS_DIRENT_H
+#define __LUNALIBC_SYS_DIRENT_H
 
 
-#include <lunaix/dirent_defs.h>
+#include <lunaix/dirent.h>
 
 typedef struct
 {
 
 typedef struct
 {
@@ -27,4 +27,4 @@ readdir(DIR* dir);
 extern int
 sys_readdir(int fd, struct lx_dirent* dirent);
 
 extern int
 sys_readdir(int fd, struct lx_dirent* dirent);
 
-#endif /* __LUNAIX_DIRENT_H */
+#endif /* __LUNALIBC_DIRENT_H */