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: nathanw
Date: Fri Dec 10 16:40:40 UTC 2004
Modified Files:
src/include: sched.h signal.h
src/lib/libpthread: Makefile pthread.h
Log Message:
Use CPP macros to cause many libpthread functions used by applications
to be transformed into the do-nothing-when-libpthread-isn't-linked libc
stub names. This will permit library code that uses <pthread.h> and pthread
functions "defensively" to not need to link against libpthread and not need
to be patched to the threadlib.h API.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/include/sched.h
cvs rdiff -r1.38 -r1.39 src/include/signal.h
cvs rdiff -r1.27 -r1.28 src/lib/libpthread/Makefile
cvs rdiff -r1.16 -r1.17 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