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.9000-959-gf54ad2f


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  f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b (commit)
      from  36975e8e7ea227f7006abdc722ecfefe2079429b (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=f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b

commit f54ad2f9ea37204eab24f5bf4b3ebe220d7dcd6b
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Dec 12 00:11:29 2017 +0100

    manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588]
    
    Changelog:
    	* manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.

diff --git a/ChangeLog b/ChangeLog
index e0d956b..c710178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-12  Aurelien Jarno <aurelien@aurel32.net>
+
+	[BZ #22588]
+	* manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
+
 2017-12-11  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
diff --git a/manual/conf.texi b/manual/conf.texi
index 62ab444..f1dce4a 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -841,7 +841,7 @@ character value.
 Inquire about the value used to internally represent the zero priority level for
 the process execution.
 
-@item SC_SSIZE_MAX
+@item _SC_SSIZE_MAX
 @standards{X/Open, unistd.h}
 Inquire about the maximum value which can be stored in a variable of type
 @code{ssize_t}.

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

Summary of changes:
 ChangeLog        |    5 +++++
 manual/conf.texi |    2 +-
 2 files changed, 6 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]