diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mingw.h b/include/mingw.h index c2a8b61bf..5cb5cb88c 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -364,8 +364,6 @@ struct sysinfo { | |||
364 | unsigned long totalhigh; /* Total high memory size */ | 364 | unsigned long totalhigh; /* Total high memory size */ |
365 | unsigned long freehigh; /* Available high memory size */ | 365 | unsigned long freehigh; /* Available high memory size */ |
366 | unsigned int mem_unit; /* Memory unit size in bytes */ | 366 | unsigned int mem_unit; /* Memory unit size in bytes */ |
367 | char _f[20-2*sizeof(long)-sizeof(int)]; | ||
368 | /* Padding to 64 bytes */ | ||
369 | }; | 367 | }; |
370 | 368 | ||
371 | int sysinfo(struct sysinfo *info); | 369 | int sysinfo(struct sysinfo *info); |