summaryrefslogtreecommitdiff
path: root/src/libstrerr/strerr_warn1sys.c
blob: 211bfb46b7fdf52c0c1246d119436583719779c0 (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

/* MT-unsafe */

#include <skalibs/strerr.h>

void strerr_warn1sys (char const *x1)
{
  strerr_warnvsys(&x1, 1) ;
}