[Mono-bugs] [Bug 58161][Maj] Changed - 0.91: make install fails with gcc-3.4

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 09:12:08 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58161

--- shadow/58161	2004-06-23 22:09:28.000000000 -0400
+++ shadow/58161.tmp.26336	2004-06-24 09:12:08.000000000 -0400
@@ -71,6 +71,10 @@
      `sem_wait' is a cancellation point.  It always returns 0.
 "
 
 
 ------- Additional Comments From miguel@ximian.com  2004-06-23 22:09 -------
 Dick: ping, did we audit the code for the sem_wait semantics?
+
+------- Additional Comments From dick@ximian.com  2004-06-24 09:12 -------
+The thread suspending code uses sem_wait.  I've wrapped these calls in
+while loops.