diff --git a/ChangeLog b/ChangeLog index 7a7b6bda91..4464b8326a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-04 Siddhesh Poyarekar + + * manual/threads.texi (Default Thread Attributes): Fix typo. + 2013-10-04 Will Newton * malloc/Makefile: Add tst-memalign. diff --git a/manual/threads.texi b/manual/threads.texi index b83c6b4071..9a5ef6a987 100644 --- a/manual/threads.texi +++ b/manual/threads.texi @@ -69,7 +69,7 @@ function returns @math{0} on success and a non-zero error code on failure. @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 function returns @math{0} on success and a non-zero error code on failure. The following error codes are defined for this function: