Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
Module Name: src
Committed By: kre
Date: Mon Oct 27 03:18:21 UTC 2025
Modified Files:
src/lib/libpthread: pthread.h
Log Message:
Remove printflike annotation from pthread_setname_np()
This is a temporary measure as the annotation breaks too much existing
code which is not designed with it in mind (has an unnecessary, now, 3rd
arg from when all calls were expected to have three).
This can be reverted once all calls in the tree have been audited, and
corrected as necessary.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libpthread/pthread.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index