/include/linux/unistd.h
C++ Header | 9 lines | 4 code | 2 blank | 3 comment | 0 complexity | 84811f1c2eed3d30426975fc81175cca MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef _LINUX_UNISTD_H_ 2#define _LINUX_UNISTD_H_ 3 4/* 5 * Include machine specific syscall numbers 6 */ 7#include <asm/unistd.h> 8 9#endif /* _LINUX_UNISTD_H_ */