[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Thu Mar 18 11:55:48 CET 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/03/18 11:55:48

Modified files:
	cm3/m3-tools/cvsup/suplib/src/: SigHandler.m3 

Log message:
	cleanup to use and factor out the "safe double free" pattern, e.g.
	
	procedure Close(var i)
	if i >= 0
	close(i)
	i = -1
	
	This does not address the pthreads hangs.




More information about the M3commit mailing list