diff options
author | root <root> | 2011-07-26 11:32:16 +0000 |
---|---|---|
committer | root <root> | 2011-07-26 11:32:16 +0000 |
commit | 63ce26599ad3cc88324cd92d276ca21b5fa2470a (patch) | |
tree | d27341acc5b15baa7230354b2d4f702b1083b7d5 /eio.c | |
parent | c18752d00052e3284b84db29bdadb42f83a9dcec (diff) |
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |