plibc removal: STRUCT_STAT64
authorng0 <ng0@n0.is>
Mon, 9 Sep 2019 08:02:22 +0000 (08:02 +0000)
committerng0 <ng0@n0.is>
Mon, 9 Sep 2019 08:02:22 +0000 (08:02 +0000)
src/util/disk.c

index 450a19ab1789860f583a7ec5a2f2b94263e63321..7f179e7ee990fb3f7c42880313337e26ae2aaec2 100644 (file)
@@ -149,7 +149,7 @@ getSizeRec(void *cls, const char *fn)
 
 #if defined(HAVE_STAT64) && \
   !(defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
-  STRUCT_STAT64 buf;
+  struct _stati64 buf;
 
   if (0 != stat64(fn, &buf))
     {