Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Sun Jan 19 20:46:13 UTC 2003
Modified Files:
src/include: threadlib.h
src/lib/libc/thread-stub: thread-stub.c
src/lib/libpthread: pthread_mutex.c
Log Message:
Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive
mutexes are used by the X libraries).
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/include/threadlib.h
cvs rdiff -r1.3 -r1.4 src/lib/libc/thread-stub/thread-stub.c
cvs rdiff -r1.3 -r1.4 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