From 2d577b49414b962680af502f27571a663db91d58 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 1 Aug 2004 15:59:07 +0000 Subject: [PATCH] - update: in glibc 2.3.4 alpha and sparc have nanosecond timestamps; sparc64 doesn't Changed files: elfutils-alpha-stat.patch -> 1.3 --- elfutils-alpha-stat.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfutils-alpha-stat.patch b/elfutils-alpha-stat.patch index 344b472..c45a3ef 100644 --- a/elfutils-alpha-stat.patch +++ b/elfutils-alpha-stat.patch @@ -4,7 +4,7 @@ /* If we have to preserve the timestamp, we need it in the format utimes() understands. */ -+#if !defined(__alpha__) && !defined(__sparc__) ++#if !(defined(__sparc__) && defined(__arch64__)) TIMESPEC_TO_TIMEVAL (&tv[0], &pre_st.st_atim); TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.st_mtim); +#else -- 2.44.0