From 1a2238d1bddc823df06f67312d96ccf9de2893cc Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Dec 2015 13:13:57 +0000 Subject: CFE from danitool [without hostTools dir]: https://mega.nz/#!mwZyFK7a!CPT3BKC8dEw29kubtdYxhB91G9vIIismTkgzQ3iUy3k --- uclibc-crosstools-gcc-4.4.2-1/usr/include/linux/unistd.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 uclibc-crosstools-gcc-4.4.2-1/usr/include/linux/unistd.h (limited to 'uclibc-crosstools-gcc-4.4.2-1/usr/include/linux/unistd.h') diff --git a/uclibc-crosstools-gcc-4.4.2-1/usr/include/linux/unistd.h b/uclibc-crosstools-gcc-4.4.2-1/usr/include/linux/unistd.h new file mode 100644 index 0000000..aa8d5b5 --- /dev/null +++ b/uclibc-crosstools-gcc-4.4.2-1/usr/include/linux/unistd.h @@ -0,0 +1,9 @@ +#ifndef _LINUX_UNISTD_H_ +#define _LINUX_UNISTD_H_ + +/* + * Include machine specific syscall numbers + */ +#include + +#endif /* _LINUX_UNISTD_H_ */ -- cgit v1.2.3