Loading...
sys/gettimeofday.c Libc-320.1.3 Libc-391.2.7
--- Libc/Libc-320.1.3/sys/gettimeofday.c
+++ Libc/Libc-391.2.7/sys/gettimeofday.c
@@ -50,7 +50,7 @@
             tp = &localtv;
         }
 
-#ifdef __ppc__
+#if defined(__ppc__) || defined(__ppc64__)
         {
             extern int __ppc_gettimeofday(struct timeval *, struct timezone *);
             extern int __commpage_gettimeofday(struct timeval *);