X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fsyscalls.h;h=d5a8048392eda8d0388b3eb5cb0ec7a526107082;hp=9a91bd48324d06fd1fe388873a819be9df79ea2d;hb=c3831532675b527bd34ee92377b1b6d323345cb1;hpb=b4f4cb40a6f3f4ecc05c7b6c8f2e852282234519 diff --git a/loader/syscalls.h b/loader/syscalls.h index 9a91bd4..d5a8048 100644 --- a/loader/syscalls.h +++ b/loader/syscalls.h @@ -24,6 +24,7 @@ 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_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);