Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _LINUX_UNISTD_H_ |
| 2 | #define _LINUX_UNISTD_H_ |
| 3 | |
David Woodhouse | 34c278d | 2006-04-29 01:49:06 +0100 | [diff] [blame] | 4 | #ifdef __KERNEL__ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | extern int errno; |
David Woodhouse | 34c278d | 2006-04-29 01:49:06 +0100 | [diff] [blame] | 6 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
| 8 | /* |
| 9 | * Include machine specific syscallX macros |
| 10 | */ |
| 11 | #include <asm/unistd.h> |
| 12 | |
| 13 | #endif /* _LINUX_UNISTD_H_ */ |