aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Schmidt <will_schmidt@vnet.ibm.com>2012-01-08 21:32:57 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 21:32:57 -0500
commitd1f741e9120669883c6fc0f6fc53b9d35e5015ce (patch)
tree71c7582e0db1f5654846bba8471271f1b7a4b345 /ChangeLog
parentec09c1c410d40386ec3e5d2d82fc5c378b4b2681 (diff)
downloadglibc-d1f741e9120669883c6fc0f6fc53b9d35e5015ce.zip
glibc-d1f741e9120669883c6fc0f6fc53b9d35e5015ce.tar.gz
glibc-d1f741e9120669883c6fc0f6fc53b9d35e5015ce.tar.bz2
Fix typo in Linux/PPC32 getcontext
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a08838c..9a9a32e 100644
--- 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.