From 63ce26599ad3cc88324cd92d276ca21b5fa2470a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Jul 2011 11:32:16 +0000 Subject: *** empty log message *** --- eio.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3