summaryrefslogtreecommitdiff
path: root/libc/manual/threads.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/threads.texi')
-rw-r--r--libc/manual/threads.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/manual/threads.texi b/libc/manual/threads.texi
index a23ac261e..9a5ef6a98 100644
--- a/libc/manual/threads.texi
+++ b/libc/manual/threads.texi
@@ -1,5 +1,5 @@
@node POSIX Threads
-@c @node POSIX Threads, , Cryptographic Functions, Top
+@c @node POSIX Threads, Internal Probes, Cryptographic Functions, Top
@chapter POSIX Threads
@c %MENU% POSIX Threads
@cindex pthreads
@@ -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: