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: christos
Date: Fri Sep 25 23:43:03 UTC 2026
Modified Files:
src/lib/libpthread: pthread_cond.c pthread_condattr.3
Log Message:
Don't use malloc to store the cond and condattr clocks because we can't use
those methods during malloc initialization then; store it directly instead.
Fix so that the default value is set to the system clock as per TOG and update
the documentation to reflect that.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/lib/libpthread/pthread_cond.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libpthread/pthread_condattr.3
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