]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in Linux/PPC32 getcontext
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 9 Jan 2012 02:32:57 +0000 (21:32 -0500)
committerUlrich Drepper <drepper@gmail.com>
Mon, 9 Jan 2012 02:32:57 +0000 (21:32 -0500)
ChangeLog
sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S

index a08838c2c30c4677e923460e483761f2d8a5deb6..9a9a32e4f9d31beba9ef3b2f3b9e54276d557081 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
+       typo #include statement.
+
 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
 
        * include/sys/cdefs.h: Define __attribute_alloc_size.
index dad1074034957cffc764b37003a374bcb000d7fc..46f3dea8cd42c6bbac181223e7847b69be389daf 100644 (file)
@@ -1,5 +1,5 @@
 /* Save current context.
-   Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -54,12 +54,12 @@ versioned_symbol (libc, __getcontext, getcontext, GLIBC_2_3_4)
 
 #if SHLIB_COMPAT (libc, GLIBC_2_3_3, GLIBC_2_3_4)
        compat_text_section
-       
-# undef __CONTEXT_FUNC_NAME    
+
+# undef __CONTEXT_FUNC_NAME
 # define __CONTEXT_FUNC_NAME __novec_getcontext
 # undef __CONTEXT_ENABLE_VRS
 
-# clude "getcontext-common.S"
+# include "getcontext-common.S"
 
        .previous