diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-26 19:39:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-26 19:39:23 +0000 |
commit | 397c66b46502b1bc91e19ac7bbdcf3f3f515b1a7 (patch) | |
tree | 5820e52b8bcd891f2dc62be279f22e6192b52943 /ChangeLog.mips | |
parent | 7ba6eb7c8ac8f884bec5633e843fca25f01590e4 (diff) | |
download | glibc-397c66b46502b1bc91e19ac7bbdcf3f3f515b1a7.zip glibc-397c66b46502b1bc91e19ac7bbdcf3f3f515b1a7.tar.gz glibc-397c66b46502b1bc91e19ac7bbdcf3f3f515b1a7.tar.bz2 |
MIPS: Name pthread_attr_t union, use it in sigevent, don't name siginfo_t struct.
Diffstat (limited to 'ChangeLog.mips')
-rw-r--r-- | ChangeLog.mips | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.mips b/ChangeLog.mips index bcea57f..9442105 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,11 @@ +2012-02-26 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name + siginfo_t struct. Add forward declaration of pthread_attr_t and + use it in sigevent. + * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name + pthread_attr_t union. + 2012-02-21 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file. |