nptl: Fix niggles with pthread_clockjoin_np
Joseph Myers spotted[1] that 69ca4b54 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>
Loading
Please register or sign in to comment