Support a response file on OS/2

This commit is contained in:
KO Myung-Hun
2015-05-11 16:06:22 +09:00
parent 759b6ec59f
commit 07e5cadc54
3 changed files with 119 additions and 0 deletions

1
sh.h
View File

@ -1951,6 +1951,7 @@ char *strndup_i(const char *, size_t, Area *);
int unbksl(bool, int (*)(void), void (*)(int));
#ifdef __OS2__
/* os2.c */
void os2_init(int *, const char ***);
int access_ex(int (*)(const char *, int), const char *, int);
int stat_ex(const char *, struct stat *);
const char *real_exec_name(const char *);