diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-12-08 13:03:24 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-12-08 13:03:24 +0530 |
commit | 56e7d3ad5c2f369349bf7def0d8875a50e2d275b (patch) | |
tree | 0e34ff4e97b380d098c0cf65b083b1147c1f9a00 /nptl/ChangeLog | |
parent | 76f2d2ea7b1ecaeab5f91fe7c560c7c3f8ad5c8d (diff) | |
download | glibc-56e7d3ad5c2f369349bf7def0d8875a50e2d275b.tar.gz glibc-56e7d3ad5c2f369349bf7def0d8875a50e2d275b.tar.xz glibc-56e7d3ad5c2f369349bf7def0d8875a50e2d275b.zip |
Fix some build warnings on s390x
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e8c1ddf7e7..b95068716e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com> + + * sysdeps/unix/sysv/linux/s390/jmp-unwind.c (_longjmp_unwind): + Declare LOCAL_VAR as char. + 2012-12-04 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__old_sem_post): |