remove the includes that obsoleted since last refactoring
[lunaix-os.git] / lunaix-os / usr / libc / includes / unistd.h
index 24e519f9757d4b37444c13f78868a3f60e8cd226..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;
 
@@ -35,9 +35,6 @@ sleep(unsigned int);
 extern int
 pause();
 
-extern int
-kill(pid_t pid, int signum);
-
 extern unsigned int
 alarm(unsigned int seconds);
 
@@ -113,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 */