diff options
Diffstat (limited to 'src/libstrerr/strerr_warn1sys.c')
-rw-r--r-- | src/libstrerr/strerr_warn1sys.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libstrerr/strerr_warn1sys.c b/src/libstrerr/strerr_warn1sys.c new file mode 100644 index 0000000..211bfb4 --- /dev/null +++ b/src/libstrerr/strerr_warn1sys.c @@ -0,0 +1,10 @@ +/* ISC license. */ + +/* MT-unsafe */ + +#include <skalibs/strerr.h> + +void strerr_warn1sys (char const *x1) +{ + strerr_warnvsys(&x1, 1) ; +} |