]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- update: in glibc 2.3.4 alpha and sparc have nanosecond timestamps; sparc64 doesn't
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Aug 2004 15:59:07 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils-alpha-stat.patch -> 1.3

elfutils-alpha-stat.patch

index 344b472d421bbf3376b0239e85eb5b28581eb9b4..c45a3efb79adced3c8379c4c11bcf6c4250a78f5 100644 (file)
@@ -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
This page took 0.042341 seconds and 4 git commands to generate.