summaryrefslogtreecommitdiff
path: root/eio.pod
diff options
context:
space:
mode:
authorroot <root>2011-07-05 09:24:11 +0000
committerroot <root>2011-07-05 09:24:11 +0000
commitc386664b94e2392f2d2cca35d7f8e9c6cb3c85c2 (patch)
tree5e82b156b8395dd502ff1028fb4cb1e2528030f4 /eio.pod
parentf40f89e5846a01dba0a726a5f30fde548ad63c0c (diff)
realpath
Diffstat (limited to 'eio.pod')
-rw-r--r--eio.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/eio.pod b/eio.pod
index d14df1c..3b1f31b 100644
--- a/eio.pod
+++ b/eio.pod
@@ -322,6 +322,12 @@ C<< req->result >>.
free (target);
}
+=item eio_realpath (const char *path, int pri, eio_cb cb, void *data)
+
+Similar to the realpath libc function, but unlike that one, result is
+C<0> on failure and the length of the returned path in C<ptr2> - this is
+similar to readlink.
+
=item eio_stat (const char *path, int pri, eio_cb cb, void *data)
=item eio_lstat (const char *path, int pri, eio_cb cb, void *data)