commit | 34c278d3913a15b64943e8c40a16b4f732cc7c59 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@shinybook.infradead.org> | Sat Apr 29 01:49:06 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Sat Apr 29 01:49:06 2006 +0100 |
tree | 25857091378e3062b101076aef7cc9ef397efdea | |
parent | c7afb48eb5147be9eb9789b4161462d246451ac2 [diff] |
Remove 'extern int errno;' from public view in linux/unistd.h Signed-off-by: David Woodhouse <dwmw2@infradead.org>
diff --git a/include/linux/unistd.h b/include/linux/unistd.h index 10ed983..c18c60f 100644 --- a/include/linux/unistd.h +++ b/include/linux/unistd.h
@@ -1,7 +1,9 @@ #ifndef _LINUX_UNISTD_H_ #define _LINUX_UNISTD_H_ +#ifdef __KERNEL__ extern int errno; +#endif /* * Include machine specific syscallX macros