mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
34c278d391
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
14 lines
201 B
C
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_ */
|