summaryrefslogtreecommitdiff
path: root/src/libstddjb/xpathexec0_run.c
blob: c24e93126169a1fb8eabf991591171990597a07e (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#include <skalibs/djbunix.h>
#include <skalibs/strerr2.h>

void xpathexec0_run (char const *const *argv, char const *const *envp)
{
  pathexec0_run(argv, envp) ;
  strerr_dieexec(111, argv[0]) ;
}