Loading...
pthreads/thread_setup.c Libc-763.13 Libc-825.24
--- Libc/Libc-763.13/pthreads/thread_setup.c
+++ Libc/Libc-825.24/pthreads/thread_setup.c
@@ -51,7 +51,7 @@
 
 #if defined(__ppc__) || defined(__ppc64__)
 #include <architecture/ppc/cframe.h>
-#elif defined(__arm__)
+#elif defined(__arm__) 
 #include <architecture/arm/cframe.h>
 #endif