summaryrefslogtreecommitdiff
path: root/src/libstrerr/strerr_warn10sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrerr/strerr_warn10sys.c')
-rw-r--r--src/libstrerr/strerr_warn10sys.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libstrerr/strerr_warn10sys.c b/src/libstrerr/strerr_warn10sys.c
new file mode 100644
index 0000000..f9a448e
--- /dev/null
+++ b/src/libstrerr/strerr_warn10sys.c
@@ -0,0 +1,11 @@
+/* ISC license. */
+
+/* MT-unsafe */
+
+#include <skalibs/strerr.h>
+
+void strerr_warn10sys (char const *x1, char const *x2, char const *x3, char const *x4, char const *x5, char const *x6, char const *x7, char const *x8, char const *x9, char const *x10)
+{
+ char const *v[10] = { x1, x2, x3, x4, x5, x6, x7, x8, x9, x10 } ;
+ strerr_warnvsys(v, 10) ;
+}