diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-29 00:57:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-29 00:57:46 +0000 |
commit | 6260828bc7e23f3e6ba57685cccee28e5cd70a14 (patch) | |
tree | 8d2e85801808437bb160d26d15b945513525c7a5 /libc | |
parent | 69ec4a5d65cdd4a2fdf2c94e1861464fa2caf7ce (diff) |
make sure we setup stat64 too
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/x86_64/bits/kernel_stat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/bits/kernel_stat.h b/libc/sysdeps/linux/x86_64/bits/kernel_stat.h index 74658db49..145d1b47a 100644 --- a/libc/sysdeps/linux/x86_64/bits/kernel_stat.h +++ b/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 |