Files
linux-apfs/include/linux/unistd.h
T

12 lines
176 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
extern int errno;
/*
* Include machine specific syscallX macros
*/
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */