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: mycroft
Date: Tue Oct 12 22:17:56 UTC 2004
Modified Files:
src/lib/libpthread: pthread_int.h pthread_sa.c
src/lib/libpthread_dbg: pthread_dbg.c
Log Message:
Remove pt_blockuc. If the debugger attempts to muck with the state of a
blocked thread, return an error; this should be done through ptrace(2).
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.32 -r1.33 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.29 -r1.30 src/lib/libpthread_dbg/pthread_dbg.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