]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/pthreads/init_cpu_capabilities.c
Libc-583.tar.gz
[apple/libc.git] / ppc / pthreads / init_cpu_capabilities.c
index bbbd51a4f9e3f1927b397e25b9da656ed335cdc2..d94a6da66a45a9947d13473ab03392ed40c1c5d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2003, 2008 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -30,6 +30,8 @@
 int _cpu_capabilities = 0;
 int _cpu_has_altivec = 0;              // DEPRECATED: use _cpu_capabilities instead
 
+extern int _get_cpu_capabilities(void);
+
 __private_extern__ void
 _init_cpu_capabilities( void )
 {