Loading...
--- Libc/Libc-391/sys/gettimeofday.c
+++ Libc/Libc-320/sys/gettimeofday.c
@@ -2,6 +2,8 @@
* Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
+ *
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
@@ -50,7 +52,7 @@
tp = &localtv;
}
-#if defined(__ppc__) || defined(__ppc64__)
+#ifdef __ppc__
{
extern int __ppc_gettimeofday(struct timeval *, struct timezone *);
extern int __commpage_gettimeofday(struct timeval *);