https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252493
--- Comment #1 from Mateusz Piotrowski <[email protected]> --- Comment on attachment 221354 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221354 Patch Thanks for the patch. I just have on question: >diff --git a/en_US.ISO8859-1/articles/linux-emulation/article.xml >b/en_US.ISO8859-1/articles/linux-emulation/article.xml >index d3e6c8742e..6e94e16e1a 100644 >--- a/en_US.ISO8859-1/articles/linux-emulation/article.xml >+++ b/en_US.ISO8859-1/articles/linux-emulation/article.xml >@@ -403,9 +403,7 @@ > different API(es). The M:N library uses the > <literal>kse_*</literal> family of syscalls while the 1:1 > library uses the <literal>thr_*</literal> family of >- syscalls. Because of this, there is no general concept of >- thread ID shared between kernel and userspace. Of course, >- both threading libraries implement the pthread thread ID >+ syscalls. Due to this, libraries implement the pthread thread ID > API. Every kernel thread (as described by <literal>struct > thread</literal>) has td tid identifier but this is not > directly accessible from userland and solely serves the This chunk changes much more than wording. I am not sure if that was your intention. Perhaps we could split the content and wording change into two commits in case that's on purpose. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
