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:   matt
Date:           Sat Aug  2 19:46:30 UTC 2008

Modified Files:
        src/lib/libpthread: pthread_mutex.c pthread_types.h

Log Message:
Change pthread_mutex_t to use the amount of space as and be congruent to
the version used in the SA version of pthreads.  This preserves binary
compatibility between both versions of the library.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.12 -r1.13 src/lib/libpthread/pthread_types.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