This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26-61-g24d9f53


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  24d9f53ab0233bc385233c584abaeecbb75b04d1 (commit)
      from  3d452dabd1f063bdf251825a3ba5d68461921def (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=24d9f53ab0233bc385233c584abaeecbb75b04d1

commit 24d9f53ab0233bc385233c584abaeecbb75b04d1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Aug 9 18:10:52 2017 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index f636bc0..87f079d 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
diff --git a/posix/bits/types.h b/posix/bits/types.h
index e2f73a8..2f37478 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.  */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    2 ++
 posix/bits/types.h |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]