diff options
Diffstat (limited to 'src/libstrerr/strerr_warn5sys.c')
-rw-r--r-- | src/libstrerr/strerr_warn5sys.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libstrerr/strerr_warn5sys.c b/src/libstrerr/strerr_warn5sys.c deleted file mode 100644 index 722d4b7..0000000 --- a/src/libstrerr/strerr_warn5sys.c +++ /dev/null @@ -1,11 +0,0 @@ -/* ISC license. */ - -/* MT-unsafe */ - -#include <skalibs/strerr.h> - -void strerr_warn5sys (char const *x1, char const *x2, char const *x3, char const *x4, char const *x5) -{ - char const *v[5] = { x1, x2, x3, x4, x5 } ; - strerr_warnvsys(v, 5) ; -} |