aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/string.h')
-rw-r--r--original/uapi/linux/string.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/original/uapi/linux/string.h b/original/uapi/linux/string.h
new file mode 100644
index 0000000..e32e545
--- /dev/null
+++ b/original/uapi/linux/string.h
@@ -0,0 +1,9 @@
+#ifndef _UAPI_LINUX_STRING_H_
+#define _UAPI_LINUX_STRING_H_
+
+/* We don't want strings.h stuff being used by user stuff by accident */
+
+#ifndef __KERNEL__
+#include <string.h>
+#endif /* __KERNEL__ */
+#endif /* _UAPI_LINUX_STRING_H_ */