diff options
author | root <root> | 2011-07-05 14:02:15 +0000 |
---|---|---|
committer | root <root> | 2011-07-05 14:02:15 +0000 |
commit | c710864ad8d2e792b7787ec4698fa37f04206add (patch) | |
tree | 4a9c4b65e9c7c8c841b4a80907bd9238fc2114c2 /eio.pod | |
parent | c386664b94e2392f2d2cca35d7f8e9c6cb3c85c2 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.pod')
-rw-r--r-- | eio.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -325,8 +325,8 @@ C<< req->result >>. =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. +C<-1> on failure and the length of the returned path in C<ptr2> (which is +not 0-terminated) - this is similar to readlink. =item eio_stat (const char *path, int pri, eio_cb cb, void *data) |