diff options
author | Duncan Simpson <dps@simpson.demon.co.uk> | 2009-07-23 12:39:17 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 12:39:17 -0700 |
commit | 30a2dfd5181ab0fc61ef4f4ab5f7122e41a5ff50 (patch) | |
tree | 08c6c9e00bb92c08d431f923c33f686fd8db2590 /ChangeLog | |
parent | 9b6bf8a30292288c9536efb72d80020f189bf9a6 (diff) | |
download | glibc-30a2dfd5181ab0fc61ef4f4ab5f7122e41a5ff50.zip glibc-30a2dfd5181ab0fc61ef4f4ab5f7122e41a5ff50.tar.gz glibc-30a2dfd5181ab0fc61ef4f4ab5f7122e41a5ff50.tar.bz2 |
Make include/unistd.h suitable for C++ test cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-07-23 Ulrich Drepper <drepper@redhat.com> + [BZ #10416] + * include/unistd.h: Make header file suitable for C++ test cases. + Patch by Duncan Simpson <dps@simpson.demon.co.uk>. + * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the stack alignment in the exit code. |