Ver código fonte

make sure we setup stat64 too

Mike Frysinger 20 anos atrás
pai
commit
6260828bc7
1 arquivos alterados com 3 adições e 0 exclusões
  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