remove the includes that obsoleted since last refactoring
[lunaix-os.git] / lunaix-os / usr / libc / includes / unistd.h
index a5bf1e5bb2f4e78dd1d2a66a931cfe2fd81a0378..986e0366d6347269be6820593712f0a181e5da97 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef __LUNAIX_SYS_UNISTD_H
-#define __LUNAIX_SYS_UNISTD_H
+#ifndef __LUNALIBC_SYS_UNISTD_H
+#define __LUNALIBC_SYS_UNISTD_H
 
-#include <lunaix/types.h>
+#include <sys/types.h>
 
 extern const char** environ;
 
@@ -110,4 +110,4 @@ fsetxattr(int fd, const char* name, void* value, size_t len);
 extern int
 execve(const char* filename, const char* argv[], const char* envp[]);
 
-#endif /* __LUNAIX_UNISTD_H */
+#endif /* __LUNALIBC_UNISTD_H */