]> git.pld-linux.org Git - packages/elfutils.git/blobdiff - elfutils-alpha-stat.patch
- minor fix for sparc.
[packages/elfutils.git] / elfutils-alpha-stat.patch
index 1f0865b47162cf2d7bad6c1aefd4113b9450b31e..344b472d421bbf3376b0239e85eb5b28581eb9b4 100644 (file)
@@ -4,7 +4,7 @@
  
        /* If we have to preserve the timestamp, we need it in the
         format utimes() understands.  */
-+#ifndef __alpha__
++#if !defined(__alpha__) && !defined(__sparc__)
        TIMESPEC_TO_TIMEVAL (&tv[0], &pre_st.st_atim);
        TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.st_mtim);
 +#else
This page took 0.026667 seconds and 4 git commands to generate.