diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 21:34:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 21:43:44 +0200 |
commit | ed37092475495aee5651057ad6e6dd8e2af7006f (patch) | |
tree | 5df546cf3ee4ff28efc70cd057908d0363cabda5 /ChangeLog | |
parent | 5cd2931ab89caeed42293b79e4c9b2023df47684 (diff) | |
download | glibc-ed37092475495aee5651057ad6e6dd8e2af7006f.zip glibc-ed37092475495aee5651057ad6e6dd8e2af7006f.tar.gz glibc-ed37092475495aee5651057ad6e6dd8e2af7006f.tar.bz2 |
hurd: remove non-standard siginfo symbol
* bits/types/siginfo_t.h: Remove siginfo struct name, unused and
non-compliant.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ * sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the generic version but include <bits/pthreadtypes.h> to make struct sigevent's sigev_notify_attributes field a pthread_attr_t*. + * bits/types/siginfo_t.h: Remove siginfo struct name, unused and + non-compliant. 2018-04-18 Joseph Myers <joseph@codesourcery.com> |