소스 검색

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;