Actions
Bug #13302
closedpthread_attr_get_np.3c erroneously refers to pthread_getattr_np
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Updated by Peter Tribble over 1 year ago
It's also the case that the code comment
http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libc/port/threads/pthread.c#135
uses the wrong form of the name.
And the comments on this
http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libc/port/threads/pthr_attr.c#530
could do with tidying - "it's", "subtley", "called on in".
Updated by Peter Tribble over 1 year ago
Testing: checked the modified man page using man(1), and eyeballed the
modified comments.
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 25befe07d3c1488cbbdecdb765cd0558e12cc364
commit 25befe07d3c1488cbbdecdb765cd0558e12cc364 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2020-11-14T18:07:33.000Z 13302 pthread_attr_get_np.3c erroneously refers to pthread_getattr_np Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions