From: Michael Orlitzky Date: Wed, 22 Jan 2014 04:45:53 +0000 (-0500) Subject: Disable building with the threaded runtime. X-Git-Tag: 0.0.5~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=bac10190438b704b062b451eaab1302f5f4d9d80;hp=bac10190438b704b062b451eaab1302f5f4d9d80 Disable building with the threaded runtime. A FUTEX_WAIT_PRIVATE hang has been observed after the program runs for a while. Multithreading is not used, so it is hoped that this eliminates the bug. ---