diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-03-12 10:28:05 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-03-12 10:30:12 -0400 |
| commit | b7c331eb610bae76dab7f65044012282344acbd5 (patch) | |
| tree | d6f58f0219f01c5a9965c2bfec3b553537b95c2a /libc/include/generic-musl/linux/string.h | |
| parent | 761356209bd64ed655be96c0cf11869f2ff5f530 (diff) | |
| download | zig-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.h | 8 |
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 |
