diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-09-05 00:32:15 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-09-05 00:32:15 -0700 |
commit | ece5c6450425ee6e08d96117e3b1e1cfd4414715 (patch) | |
tree | 0088a43f0defa87513ade67cf33a065d2ea6644e /deps/uv/include/uv-private/uv-win.h | |
parent | ef523e5719f52f7a9ea7bb091da0175593d61dfc (diff) | |
download | node-ece5c6450425ee6e08d96117e3b1e1cfd4414715.tar.gz |
Upgrade libuv to a8017fd
Diffstat (limited to 'deps/uv/include/uv-private/uv-win.h')
-rw-r--r-- | deps/uv/include/uv-private/uv-win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/include/uv-private/uv-win.h b/deps/uv/include/uv-private/uv-win.h index 35c9c1943..01acc01f7 100644 --- a/deps/uv/include/uv-private/uv-win.h +++ b/deps/uv/include/uv-private/uv-win.h @@ -248,7 +248,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s); #define UV_FS_PRIVATE_FIELDS \ int flags; \ int last_error; \ - struct _stat stat; \ + struct _stati64 stat; \ void* arg0; \ union { \ struct { \ |