aboutsummaryrefslogtreecommitdiff
path: root/libc/include/generic-musl/linux/string.h
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-12 10:28:05 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-03-12 10:30:12 -0400
commitb7c331eb610bae76dab7f65044012282344acbd5 (patch)
treed6f58f0219f01c5a9965c2bfec3b553537b95c2a /libc/include/generic-musl/linux/string.h
parent761356209bd64ed655be96c0cf11869f2ff5f530 (diff)
downloadzig-b7c331eb610bae76dab7f65044012282344acbd5.tar.gz
zig-b7c331eb610bae76dab7f65044012282344acbd5.zip
add musl headers
Diffstat (limited to 'libc/include/generic-musl/linux/string.h')
-rw-r--r--libc/include/generic-musl/linux/string.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/include/generic-musl/linux/string.h b/libc/include/generic-musl/linux/string.h
new file mode 100644
index 0000000000..d1f51b0db4
--- /dev/null
+++ b/libc/include/generic-musl/linux/string.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef _LINUX_STRING_H_
+#define _LINUX_STRING_H_
+
+/* We don't want strings.h stuff being used by user stuff by accident */
+
+#include <string.h>
+#endif /* _LINUX_STRING_H_ */ \ No newline at end of file