mirror of git://sourceware.org/git/glibc.git
Fix typo in manual
This commit is contained in:
parent
41bc5e0935
commit
e16d221c06
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* manual/threads.texi (Default Thread Attributes): Fix typo.
|
||||||
|
|
||||||
2013-10-04 Will Newton <will.newton@linaro.org>
|
2013-10-04 Will Newton <will.newton@linaro.org>
|
||||||
|
|
||||||
* malloc/Makefile: Add tst-memalign.
|
* malloc/Makefile: Add tst-memalign.
|
||||||
|
|
|
@ -69,7 +69,7 @@ function returns @math{0} on success and a non-zero error code on
|
||||||
failure.
|
failure.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@deftypefun int pthread_getattr_default_np (pthread_attr_t *@var{attr})
|
@deftypefun int pthread_setattr_default_np (pthread_attr_t *@var{attr})
|
||||||
Set the default attribute values to match the values in @var{attr}. The
|
Set the default attribute values to match the values in @var{attr}. The
|
||||||
function returns @math{0} on success and a non-zero error code on failure.
|
function returns @math{0} on success and a non-zero error code on failure.
|
||||||
The following error codes are defined for this function:
|
The following error codes are defined for this function:
|
||||||
|
|
Loading…
Reference in New Issue