瀏覽代碼

alpha: fix kernel_stat struct

Waldemar Brodkorb 9 年之前
父節點
當前提交
a8336e957a
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      libc/sysdeps/linux/alpha/bits/kernel_stat.h

+ 3 - 3
libc/sysdeps/linux/alpha/bits/kernel_stat.h

@@ -13,9 +13,9 @@ struct kernel_stat {
 	unsigned int	st_gid;
 	unsigned int	st_rdev;
 	long int		st_size;
-	unsigned long	st_atime;
-	unsigned long	st_mtime;
-	unsigned long	st_ctime;
+	struct timespec st_atim;
+	struct timespec st_mtim;
+	struct timespec st_ctim;
 	unsigned int	st_blksize;
 	int		st_blocks;
 	unsigned int	st_flags;