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.15-191-g366842e


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  366842e73e7fc4e29dd0d6571a6e046b6e329ed1 (commit)
      from  dd54084dd9549ae15c12db248571ad76946b8712 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=366842e73e7fc4e29dd0d6571a6e046b6e329ed1

commit 366842e73e7fc4e29dd0d6571a6e046b6e329ed1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Feb 18 18:21:52 2012 +0000

    Do not claim that GCC predefines __POSIX__.

diff --git a/ChangeLog b/ChangeLog
index fee48a2..dea30b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-18  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #4596]
+	* manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
+
 2012-02-18  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
diff --git a/NEWS b/NEWS
index 6b1c024..b4539a9 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,10 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  174, 350, 411, 3335, 4026, 4822, 5077, 5805, 6884, 6907, 9902, 10140,
-  10210, 11494, 12047, 13058, 13525, 13526, 13527, 13528, 13529, 13530,
-  13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555, 13559, 13583,
-  13618
+  174, 350, 411, 3335, 4026, 4596, 4822, 5077, 5805, 6884, 6907, 9902,
+  10140, 10210, 11494, 12047, 13058, 13525, 13526, 13527, 13528, 13529,
+  13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555, 13559,
+  13583, 13618
 
 * ISO C11 support:
 
diff --git a/manual/conf.texi b/manual/conf.texi
index 605e305..30499d9 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -248,11 +248,6 @@ by including @file{unistd.h} and then checking whether
 probably fail because there is no @file{unistd.h}.  We do not know of
 @emph{any} way you can reliably test at compilation time whether your
 target system supports POSIX or whether @file{unistd.h} exists.
-
-The GNU C compiler predefines the symbol @code{__POSIX__} if the target
-system is a POSIX system.  Provided you do not use any other compilers
-on POSIX systems, testing @code{defined (__POSIX__)} will reliably
-detect such systems.
 @end deftypevr
 
 @comment unistd.h

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

Summary of changes:
 ChangeLog        |    5 +++++
 NEWS             |    8 ++++----
 manual/conf.texi |    5 -----
 3 files changed, 9 insertions(+), 9 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]