Loading...
--- Libc/Libc-320.1.3/sys/gettimeofday.c
+++ Libc/Libc-391.2.3/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 *);