[Patch] Powerpc: Trivial/obvious typo fix for getcontext #include

Will Schmidt will_schmidt@vnet.ibm.com
Thu Jan 5 15:45:00 GMT 2012


A mangled #include statement discovered during a code review.
Trivial/obvious fix.

2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>

	* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
	typo #include statement.

diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
index dad1074..2b85ecf 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
@@ -59,7 +59,7 @@ versioned_symbol (libc, __getcontext, getcontext, GLIBC_2_3_4)
 # define __CONTEXT_FUNC_NAME __novec_getcontext
 # undef __CONTEXT_ENABLE_VRS
 
-# clude "getcontext-common.S"
+# include "getcontext-common.S"
 
 	.previous
 




More information about the Libc-alpha mailing list