renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / usr / libc / includes / unistd.h
index a5bf1e5bb2f4e78dd1d2a66a931cfe2fd81a0378..355197cec4f27f2e623e32a7f5e8f6f657b79b51 100644 (file)
@@ -1,7 +1,8 @@
-#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>
+#include <stddef.h>
 
 extern const char** environ;
 
@@ -110,4 +111,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 */