Explorar el Código

make sure we setup stat64 too

Mike Frysinger hace 20 años
padre
commit
6260828bc7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      libc/sysdeps/linux/x86_64/bits/kernel_stat.h

+ 3 - 0
libc/sysdeps/linux/x86_64/bits/kernel_stat.h

@@ -44,4 +44,7 @@ struct __old_kernel_stat {
 	unsigned int  st_ctime;
 };
 
+/* x86-64 stat64 is same as stat */
+#define kernel_stat64 kernel_stat
+
 #endif