summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/usr/include/linux/string.h')
-rw-r--r--sysroot/usr/include/linux/string.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysroot/usr/include/linux/string.h b/sysroot/usr/include/linux/string.h
new file mode 100644
index 0000000..d1e13b1
--- /dev/null
+++ b/sysroot/usr/include/linux/string.h
@@ -0,0 +1,7 @@
+#ifndef _LINUX_STRING_H_
+#define _LINUX_STRING_H_
+
+/* We don't want strings.h stuff being user by user stuff by accident */
+
+#include <string.h>
+#endif /* _LINUX_STRING_H_ */