shithub: mc

Download patch

ref: c34379a283e1817c168060d5bd8eaaf06438486a
parent: 4753d76a7b1db9baf88a6b784b785a92ec0958e4
author: Ori Bernstein <ori@eigenstate.org>
date: Thu May 5 19:30:52 EDT 2016

Looks like condvar is busted everywhere.

--- a/lib/thread/bld.sub
+++ b/lib/thread/bld.sub
@@ -2,7 +2,7 @@
 	common.myr
 
 	# linux impl of basic thread primitives
-	condvar+linux.myr
+	#condvar+linux.myr
 	mutex+linux.myr
 	spawn+linux.myr
 	exit+linux-x64.s