summaryrefslogtreecommitdiff
path: root/include/system/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system/strings.h')
-rw-r--r--include/system/strings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/system/strings.h b/include/system/strings.h
new file mode 100644
index 00000000..c82bd917
--- /dev/null
+++ b/include/system/strings.h
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+#ifdef SHIM_UNIT_TEST
+#include_next <strings.h>
+#else
+#ifndef _STRINGS_H
+#define _STRINGS_H
+
+#endif /* !_STRINGS_H */
+#endif
+// vim:fenc=utf-8:tw=75:noet