Chromium Code Reviews| Index: sysdeps/unix/sysv/linux/kernel_stat.h |
| diff --git a/sysdeps/unix/sysv/linux/kernel_stat.h b/sysdeps/unix/sysv/linux/kernel_stat.h |
| index 9f8434caad931486ed47d49e1d168b087f227d96..4bc2fee1453837d5e78d48d95852e3a08d203af8 100644 |
| --- a/sysdeps/unix/sysv/linux/kernel_stat.h |
| +++ b/sysdeps/unix/sysv/linux/kernel_stat.h |
| @@ -23,13 +23,14 @@ struct kernel_stat |
| unsigned long int __unused5; |
| #define _HAVE___UNUSED5 |
| }; |
| - |
| -#define _HAVE_STAT___UNUSED4 |
| -#define _HAVE_STAT___UNUSED5 |
| +#ifndef __native_client__ |
| #define _HAVE_STAT___PAD1 |
|
eaeltsin
2011/01/13 10:43:45
Please keep the original order of defines while po
halyavin
2011/01/13 11:15:21
Done.
|
| #define _HAVE_STAT___PAD2 |
| -#define _HAVE_STAT_NSEC |
| +#define _HAVE_STAT___UNUSED4 |
| +#define _HAVE_STAT___UNUSED5 |
| #define _HAVE_STAT64___PAD1 |
| #define _HAVE_STAT64___PAD2 |
| #define _HAVE_STAT64___ST_INO |
| +#endif |
| +#define _HAVE_STAT_NSEC |
| #define _HAVE_STAT64_NSEC |