]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove __qaddr_t.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 9 Aug 2017 18:10:52 +0000 (18:10 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 9 Aug 2017 18:10:52 +0000 (18:10 +0000)
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.

ChangeLog
posix/bits/types.h

index f636bc0c6e128974d30750e8af6fd254c2a017c4..87f079da8d5b178151601fa3454581ddd04a7789 100644 (file)
--- 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
index e2f73a89e46d43b99f73edad8e82b187b58ee32b..2f374780184601e362656efb4c648c132fc89dc2 100644 (file)
@@ -188,7 +188,6 @@ __STD_TYPE __SYSCALL_ULONG_TYPE __syscall_ulong_t;
 /* These few don't really vary by system, they always correspond
    to one of the other defined types.  */
 typedef __off64_t __loff_t;    /* Type of file sizes and offsets (LFS).  */
-typedef __quad_t *__qaddr_t;
 typedef char *__caddr_t;
 
 /* Duplicates info from stdint.h but this is used in unistd.h.  */