1
0
Files
2016-11-30 09:03:17 +08:00

12 lines
176 B
C
Executable File

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