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 gentoo/2.24 updated. glibc-2.24-45-g764c430


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, gentoo/2.24 has been updated
       via  764c430aa0c6af6181d5834bcb20d8ea99562992 (commit)
      from  27a54a0980cb30f7d3fd930d540c8cd10e2cccd0 (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=764c430aa0c6af6181d5834bcb20d8ea99562992

commit 764c430aa0c6af6181d5834bcb20d8ea99562992
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Feb 9 11:19:48 2017 -0500

    Revert "sys/types.h: drop sys/sysmacros.h include"
    
    This reverts commit 92bf87d8c4837feaec62958be59c3119b8b4f5ae.
    
    We keep this in the testing version, but once we want to start
    stabilizing, we drop it.

diff --git a/posix/sys/types.h b/posix/sys/types.h
index b3007db..a728567 100644
--- a/posix/sys/types.h
+++ b/posix/sys/types.h
@@ -217,6 +217,9 @@ typedef int register_t __attribute__ ((__mode__ (__word__)));
 
 /* It also defines `fd_set' and the FD_* macros for `select'.  */
 # include <sys/select.h>
+
+/* BSD defines these symbols, so we follow.  */
+# include <sys/sysmacros.h>
 #endif /* Use misc.  */
 
 

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

Summary of changes:
 posix/sys/types.h |    3 +++
 1 files changed, 3 insertions(+), 0 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]