summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler_disk_file.cc')
-rw-r--r--winsup/cygwin/fhandler_disk_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc
index c93fc68f5..c06b5ffdd 100644
--- a/winsup/cygwin/fhandler_disk_file.cc
+++ b/winsup/cygwin/fhandler_disk_file.cc
@@ -1546,8 +1546,8 @@ fhandler_disk_file::rmdir ()
struct __DIR_cache
{
+ char __cache[DIR_BUF_SIZE]; /* W2K needs this buffer 8 byte aligned. */
ULONG __pos;
- char __cache[DIR_BUF_SIZE];
};
#define d_cachepos(d) (((__DIR_cache *) (d)->__d_dirname)->__pos)