diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-08-09 18:10:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-08-09 18:10:52 +0000 |
commit | 24d9f53ab0233bc385233c584abaeecbb75b04d1 (patch) | |
tree | 9c6fdac5eb5653f00fe02456439b374b44d9f16b /ChangeLog | |
parent | 3d452dabd1f063bdf251825a3ba5d68461921def (diff) | |
download | glibc-24d9f53ab0233bc385233c584abaeecbb75b04d1.tar.gz glibc-24d9f53ab0233bc385233c584abaeecbb75b04d1.tar.xz glibc-24d9f53ab0233bc385233c584abaeecbb75b04d1.zip |
Remove __qaddr_t.
bits/types.h defines a type __qaddr_t that is not used anywhere in glibc. It doesn't appear to be widely used outside glibc either (judging by codesearch.debian.net, where hits are generally copies of definitions of this type, not uses), so it seems appropriate to remove this type, which this patch does. Tested for x86_64. * posix/bits/types.h (__qaddr_t): Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f636bc0c6e..87f079da8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-08-09 Joseph Myers <joseph@codesourcery.com> + * posix/bits/types.h (__qaddr_t): Remove. + [BZ #21457] * sysdeps/arm/sys/ucontext.h (__ctx): Move undefine further down. (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to |