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:   joerg
Date:           Mon Mar 12 21:35:11 UTC 2012

Modified Files:
        src/lib/libpthread: Makefile pthread_mutex.c
Added Files:
        src/lib/libpthread: pthread_once.c

Log Message:
Move pthread_once implementation into a separate file, it doesn't depend
on the mutex implementation in any way.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/lib/libpthread/Makefile
cvs rdiff -u -r1.51 -r1.52 src/lib/libpthread/pthread_mutex.c
cvs rdiff -u -r0 -r1.1 src/lib/libpthread/pthread_once.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