aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_open.c
blob: 77d05ede918ff2e70fd6edb7e50bef4332d0595f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST


extern inline int libexec_open(struct libexec_command *, int, const char *, int, mode_t);


#else
LIBEXEC_CONST__ int main(void) {return 0;} /* TODO test */
#endif