[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Fri Nov 27 12:42:15 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/11/27 12:42:15
Modified files:
cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThread.i3
ThreadPThread.m3
ThreadPThreadC.c
Log message:
replace pthread_detach(me.handle) with pthread_detach_Self, where
pthread_detach_self is in C as pthread_detach(pthread_self())
All other uses of act.handle are for suspend/resume.
This little trick will let us redefine act.handle on Interix
as the NT thread handle.
More information about the M3commit
mailing list