Remove 'extern int errno;' from public view in linux/unistd.h
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>
Sat, 29 Apr 2006 00:49:06 +0000 (01:49 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 29 Apr 2006 00:49:06 +0000 (01:49 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/unistd.h

index 10ed983..c18c60f 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _LINUX_UNISTD_H_
 #define _LINUX_UNISTD_H_
 
+#ifdef __KERNEL__
 extern int errno;
+#endif
 
 /*
  * Include machine specific syscallX macros