remarkable-linux/include/linux/unistd.h
David Woodhouse 34c278d391 Remove 'extern int errno;' from public view in linux/unistd.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2006-04-29 01:49:06 +01:00

14 lines
201 B
C

#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
#ifdef __KERNEL__
extern int errno;
#endif
/*
* Include machine specific syscallX macros
*/
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */