diff options
Diffstat (limited to 'src/libstddjb/xpathexec_run.c')
-rw-r--r-- | src/libstddjb/xpathexec_run.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libstddjb/xpathexec_run.c b/src/libstddjb/xpathexec_run.c deleted file mode 100644 index 7c054ee..0000000 --- a/src/libstddjb/xpathexec_run.c +++ /dev/null @@ -1,12 +0,0 @@ -/* ISC license. */ - -#include <errno.h> - -#include <skalibs/djbunix.h> -#include <skalibs/strerr2.h> - -void xpathexec_run (char const *file, char const *const *argv, char const *const *envp) -{ - pathexec_run(file, argv, envp) ; - strerr_dieexec(errno == ENOENT ? 127 : 126, file) ; -} |