summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2011-07-26 11:32:16 +0000
committerroot <root>2011-07-26 11:32:16 +0000
commit63ce26599ad3cc88324cd92d276ca21b5fa2470a (patch)
treed27341acc5b15baa7230354b2d4f702b1083b7d5 /eio.c
parentc18752d00052e3284b84db29bdadb42f83a9dcec (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eio.c b/eio.c
index 6759ea5..256f43d 100644
--- a/eio.c
+++ b/eio.c
@@ -107,7 +107,10 @@ static void eio_destroy (eio_req *req);
#undef PAGESIZE
#define PAGESIZE 4096 /* GetSystemInfo? */
+ /* TODO: look at how perl does stat (non-sloppy), unlink (ro-files), utime, link */
+
#ifdef EIO_STRUCT_STATI64
+ /* look at perl's non-sloppy stat */
#define stat(path,buf) _stati64 (path,buf)
#define fstat(fd,buf) _fstati64 (fd,buf)
#endif