blob: c18c60f3254ec998d33222aa1bd226c1f6314441 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_UNISTD_H_
2#define _LINUX_UNISTD_H_
3
David Woodhouse34c278d2006-04-29 01:49:06 +01004#ifdef __KERNEL__
Linus Torvalds1da177e2005-04-16 15:20:36 -07005extern int errno;
David Woodhouse34c278d2006-04-29 01:49:06 +01006#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8/*
9 * Include machine specific syscallX macros
10 */
11#include <asm/unistd.h>
12
13#endif /* _LINUX_UNISTD_H_ */