Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib
Module Name: src
Committed By: drochner
Date: Wed Nov 14 19:28:24 UTC 2007
Modified Files:
src/lib/libc/thread-stub: thread-stub.c
src/lib/libpthread: pthread.c pthread.h
Log Message:
Add pthread_equal() to libc stubs; this makes a lot of sense for
threadsafe libraries implementing own locking functions.
Ride on yesterday's minor version bumps.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/thread-stub/thread-stub.c
cvs rdiff -r1.88 -r1.89 src/lib/libpthread/pthread.c
cvs rdiff -r1.21 -r1.22 src/lib/libpthread/pthread.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