summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-08-09 18:10:52 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-08-09 18:10:52 +0000
commit24d9f53ab0233bc385233c584abaeecbb75b04d1 (patch)
tree9c6fdac5eb5653f00fe02456439b374b44d9f16b /posix
parent3d452dabd1f063bdf251825a3ba5d68461921def (diff)
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 'posix')
-rw-r--r--posix/bits/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/bits/types.h b/posix/bits/types.h
index e2f73a89e4..2f37478018 100644
--- a/posix/bits/types.h
+++ b/posix/bits/types.h
@@ -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. */