diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-05 21:00:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-05 21:00:13 +0000 |
commit | 1bf5cffd64af39416e93354dae4b5e6df4c414fc (patch) | |
tree | dbe8ac55a62961c66803e8b0dd8c4ffd31367d61 /sysdeps/unix/sysv | |
parent | 15bad1a583626ee14e73ecbaf477c7b95f244965 (diff) | |
download | glibc-1bf5cffd64af39416e93354dae4b5e6df4c414fc.tar glibc-1bf5cffd64af39416e93354dae4b5e6df4c414fc.tar.gz glibc-1bf5cffd64af39416e93354dae4b5e6df4c414fc.tar.bz2 glibc-1bf5cffd64af39416e93354dae4b5e6df4c414fc.zip |
Update.
2004-02-05 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Define
_HAVE_STAT_NSEC and _HAVE_STAT64_NSEC. Patch by Anton Blanchard.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h b/sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h index 6aa217a4e3..65f3aa40ef 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h @@ -42,6 +42,8 @@ struct kernel_stat #define _HAVE_STAT___UNUSED5 #define _HAVE_STAT___PAD1 #define _HAVE_STAT___PAD2 +#define _HAVE_STAT_NSEC #define _HAVE_STAT64___UNUSED4 #define _HAVE_STAT64___UNUSED5 #define _HAVE_STAT64___PAD2 +#define _HAVE_STAT64_NSEC |