aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2019-11-04 16:36:21 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-11-04 16:44:49 -0300
commit3ef5e118f2684bdc3f8e5776269557038705cefb (patch)
treea6dcc6cb48efc9f8aaef0b0827a08e0c1f080017 /manual
parente4c23a029a54c8c7788eff9ca771a01cccaaa0ce (diff)
downloadglibc-3ef5e118f2684bdc3f8e5776269557038705cefb.zip
glibc-3ef5e118f2684bdc3f8e5776269557038705cefb.tar.gz
glibc-3ef5e118f2684bdc3f8e5776269557038705cefb.tar.bz2
nptl: Fix niggles with pthread_clockjoin_np
Joseph Myers spotted[1] that 69ca4b54c151cec42ccca5e05790efc1a8206b47 added pthread_clockjoin_np to sysdeps/nptl/pthread.h but not to its hppa-specific equivalent sysdeps/unix/sysv/linux/hppa/pthread.h. Rafal Luzynski spotted[2] typos in the NEWS entry and manual updates too. Florian Weimer spotted[3] that the clockid parameter was not using a reserved identifier in pthread.h. [1] https://sourceware.org/ml/libc-alpha/2019-11/msg00016.html [2] https://sourceware.org/ml/libc-alpha/2019-11/msg00019.html [3] https://sourceware.org/ml/libc-alpha/2019-11/msg00022.html Reviewed-by: Joseph Myers <joseph@codesourcery.com> Reviewed-by: Rafal Luzynski <digitalfreak@lingonborough.com> Reviewed-by: Florian Weimer <fw@deneb.enyo.de>
Diffstat (limited to 'manual')
-rw-r--r--manual/threads.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/threads.texi b/manual/threads.texi
index e40b55c..0858ef8 100644
--- a/manual/threads.texi
+++ b/manual/threads.texi
@@ -759,7 +759,7 @@ will wait forever in the same way as @code{pthread_join}.
const struct timespec *@var{abstime})
@standards{GNU, pthread.h}
@safety{@prelim{}@mtsafe{}@asunsafe{@asulock{}}@acunsafe{@aculock{}}}
-Behaves like @code{pthread_timedjoin_np} except that time absolute time in
+Behaves like @code{pthread_timedjoin_np} except that the absolute time in
@var{abstime} is measured against the clock specified by @var{clockid}.
@end deftypefun