Loading...
sys/gettimeofday.c Libc-320 Libc-391
--- Libc/Libc-320/sys/gettimeofday.c
+++ Libc/Libc-391/sys/gettimeofday.c
@@ -2,8 +2,6 @@
  * 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
@@ -52,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 *);