blob: 10ed9834b82241c5c102504217fc288ff528f4c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
  | 
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
extern int errno;
/*
 * Include machine specific syscallX macros
 */
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */
  |