From 1bf5cffd64af39416e93354dae4b5e6df4c414fc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Feb 2004 21:00:13 +0000 Subject: [PATCH] Update. 2004-02-05 Ulrich Drepper * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Define _HAVE_STAT_NSEC and _HAVE_STAT64_NSEC. Patch by Anton Blanchard. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a657456..4814529 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-05 Ulrich Drepper + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Define + _HAVE_STAT_NSEC and _HAVE_STAT64_NSEC. Patch by Anton Blanchard. + 2004-02-02 Paolo Bonzini * posix/regexec.c (check_matching): Add P_MATCH_FIRST parameter. diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h b/sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h index 6aa217a..65f3aa4 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 -- 2.7.4