[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc-doc-reference] 01/01: debian/patches/03-SC_SSIZE_MAX.diff: add missing underscore in front of SC_SSIZE_MAX (closes: #756858).



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc-doc-reference.

commit d53ccd63e5694a200085ded34b263249e5ac42c8
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Dec 12 00:20:45 2017 +0100

    debian/patches/03-SC_SSIZE_MAX.diff: add missing underscore in front of SC_SSIZE_MAX (closes: #756858).
---
 debian/changelog                    |  2 ++
 debian/patches/03-SC_SSIZE_MAX.diff | 16 ++++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b503e5e..b5e44c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ glibc-doc-reference (2.25-3) UNRELEASED; urgency=medium
 
   * debian/copyright: refer to /usr/share/common-licenses instead of
     including the full GFDL license.
+  * debian/patches/03-SC_SSIZE_MAX.diff: add missing underscore in front
+    of SC_SSIZE_MAX (closes: #756858).
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 07 Dec 2017 13:18:46 +0100
 
diff --git a/debian/patches/03-SC_SSIZE_MAX.diff b/debian/patches/03-SC_SSIZE_MAX.diff
new file mode 100644
index 0000000..0686ad2
--- /dev/null
+++ b/debian/patches/03-SC_SSIZE_MAX.diff
@@ -0,0 +1,16 @@
+2017-12-12  Aurelien Jarno <aurelien@aurel32.net>
+
+	[BZ #22588]
+	* manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
+
+--- 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}.
diff --git a/debian/patches/series b/debian/patches/series
index cc9374f..95da450 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-build-system.diff
 02-dont-clutter-main-info-directory.diff
+03-SC_SSIZE_MAX.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc-doc-reference.git


Reply to: