From 06011c29aef19d8ed90ebf48095e1ff2a846ba23 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Nov 2022 02:24:47 +0000 Subject: Prepare for 2.13.0.0, revamp strerr Signed-off-by: Laurent Bercot --- src/libstrerr/strerr_warn7sys.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/libstrerr/strerr_warn7sys.c (limited to 'src/libstrerr/strerr_warn7sys.c') diff --git a/src/libstrerr/strerr_warn7sys.c b/src/libstrerr/strerr_warn7sys.c new file mode 100644 index 0000000..e9da56b --- /dev/null +++ b/src/libstrerr/strerr_warn7sys.c @@ -0,0 +1,11 @@ +/* ISC license. */ + +/* MT-unsafe */ + +#include + +void strerr_warn7sys (char const *x1, char const *x2, char const *x3, char const *x4, char const *x5, char const *x6, char const *x7) +{ + char const *v[7] = { x1, x2, x3, x4, x5, x6, x7 } ; + strerr_warnvsys(v, 7) ; +} -- cgit v1.2.3