[Mono-bugs] [Bug 45980][Nor] Changed - pthread_attr_setstacksize not available on NetBSD
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 14:43:58 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=45980
--- shadow/45980 2003-07-08 12:04:47.000000000 -0400
+++ shadow/45980.tmp.4235 2003-10-13 14:43:58.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 45980
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details: NetBSD 1.6U
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: marc@informatik.uni-bremen.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -51,6 +51,9 @@
pthread_attr_setstacksize(&attr, 1024*1024*2);
-
+#endif
ret=_wapi_timed_thread_create(&thread_private_handle->thread, &attr,
create, start, thread_exit, param,
handle);
+
+------- Additional Comments From vargaz@freemail.hu 2003-10-13 14:43 -------
+Fixed in CVS.