Module Name: src Committed By: martin Date: Sat Jul 20 15:35:01 UTC 2024
Modified Files: src/lib/libpthread [netbsd-10]: pthread.c Log Message: Pull up following revision(s) (requested by rin in ticket #757): lib/libpthread/pthread.c: revision 1.182 Use snprintf_ss in pthread__assertfunc and update comment in pthread__errorfunc. snprintf can use locks in some code paths and we only care about the restricted subset here. To generate a diff of this commit: cvs rdiff -u -r1.181.2.2 -r1.181.2.3 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.