aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/unistd.h
blob: c18c60f3254ec998d33222aa1bd226c1f6314441 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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_ */