override self/exe
[ginge.git] / loader / syscalls.h
index 9a91bd4..d5a8048 100644 (file)
@@ -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);