diff options
author | root <root> | 2011-07-08 01:12:39 +0000 |
---|---|---|
committer | root <root> | 2011-07-08 01:12:39 +0000 |
commit | 4f2cd8d2dc392608db44b4a5fc9c329fc715303c (patch) | |
tree | d087c8b5257a17b92adcf1dca91fa774b2cc9662 /eio.pod | |
parent | d8d1b4f84ed5e384197a11cd54140dfd4991f388 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.pod')
-rw-r--r-- | eio.pod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -407,9 +407,10 @@ 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<-1> on failure and the length of the returned path in C<ptr2> (which is -not 0-terminated) - this is similar to readlink. +Similar to the realpath libc function, but unlike that one, C<< +req->result >> is C<-1> on failure. On success, the result is the length +of the returned path in C<ptr2> (which is I<NOT> 0-terminated) - this is +similar to readlink. =item eio_stat (const char *path, int pri, eio_cb cb, void *data) |