X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fsyscalls.h;h=3dfc44ab4244360e6521c4efc53756895b891c96;hp=9a91bd48324d06fd1fe388873a819be9df79ea2d;hb=7868435641e4209e956a591ff0844afc14f83f16;hpb=b4f4cb40a6f3f4ecc05c7b6c8f2e852282234519 diff --git a/loader/syscalls.h b/loader/syscalls.h index 9a91bd4..3dfc44a 100644 --- a/loader/syscalls.h +++ b/loader/syscalls.h @@ -24,6 +24,9 @@ long g_chdir_raw(const char *path); long g_futex_raw(int *uaddr, int op, int val, const struct timespec *timeout); long g_nanosleep_raw(const struct timespec *req, struct timespec *rem); +long g_readlink_raw(const char *pathname, char *buf, size_t bufsiz); +long g_execve_raw(const char *filename, char * const argv[], + char * const envp[]); long g_clock_gettime_raw(int clk_id, const struct timespec *tp); long g_rt_sigprocmask_raw(int how, const void *set, void *oldset, size_t sigsetsize);