mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
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.
This commit is contained in:
parent
36975e8e7e
commit
f54ad2f9ea
@ -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>
|
2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
|
* argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
|
||||||
|
@ -841,7 +841,7 @@ character value.
|
|||||||
Inquire about the value used to internally represent the zero priority level for
|
Inquire about the value used to internally represent the zero priority level for
|
||||||
the process execution.
|
the process execution.
|
||||||
|
|
||||||
@item SC_SSIZE_MAX
|
@item _SC_SSIZE_MAX
|
||||||
@standards{X/Open, unistd.h}
|
@standards{X/Open, unistd.h}
|
||||||
Inquire about the maximum value which can be stored in a variable of type
|
Inquire about the maximum value which can be stored in a variable of type
|
||||||
@code{ssize_t}.
|
@code{ssize_t}.
|
||||||
|
Loading…
Reference in New Issue
Block a user