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:   nathanw
Date:           Fri Apr 18 21:36:39 UTC 2003

Modified Files:
        src/lib/libpthread: pthread_cond.c pthread_mutex.c

Log Message:
More agressive assertions. Change a number of detected conditions, which
officially have undefined behavior, from returning an error code to raising
an assertion failure.
Also, don't bother to explicitly test for (illegal) null pointers and return
an error; they'll bomb out soon enough.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.12 -r1.13 src/lib/libpthread/pthread_mutex.c

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