diff options
Diffstat (limited to 'common/os_calls.h')
| -rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 6ae5780b..751734fd 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -191,6 +191,8 @@ g_system(char* aexec); char* APP_CC g_get_strerror(void); int APP_CC +g_get_errno(void); +int APP_CC g_execvp(const char* p1, char* args[]); int APP_CC g_execlp3(const char* a1, const char* a2, const char* a3); |
