diff options
Diffstat (limited to 'src/libenvexec/prog.c')
| -rw-r--r-- | src/libenvexec/prog.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libenvexec/prog.c b/src/libenvexec/prog.c new file mode 100644 index 0000000..3c5f7f5 --- /dev/null +++ b/src/libenvexec/prog.c @@ -0,0 +1,7 @@ +/* ISC license. */ + +/* MT-unsafe */ + +#include <skalibs/strerr.h> + +char const *PROG = "(none)" ; |
