aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/unistd.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>2006-04-28 20:49:06 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-04-28 20:49:06 -0400
commit34c278d3913a15b64943e8c40a16b4f732cc7c59 (patch)
tree25857091378e3062b101076aef7cc9ef397efdea /include/linux/unistd.h
parentc7afb48eb5147be9eb9789b4161462d246451ac2 (diff)
Remove 'extern int errno;' from public view in linux/unistd.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/unistd.h')
-rw-r--r--include/linux/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/unistd.h b/include/linux/unistd.h
index 10ed9834b822..c18c60f3254e 100644
--- a/include/linux/unistd.h
+++ b/include/linux/unistd.h
@@ -1,7 +1,9 @@
1#ifndef _LINUX_UNISTD_H_ 1#ifndef _LINUX_UNISTD_H_
2#define _LINUX_UNISTD_H_ 2#define _LINUX_UNISTD_H_
3 3
4#ifdef __KERNEL__
4extern int errno; 5extern int errno;
6#endif
5 7
6/* 8/*
7 * Include machine specific syscallX macros 9 * Include machine specific syscallX macros