[Mono-bugs] [Bug 56450][Nor] Changed - NetBSD doesn't has pthread_getattr_np
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Apr 2004 12:31:25 -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=56450
--- shadow/56450 2004-04-04 07:24:57.000000000 -0400
+++ shadow/56450.tmp.3617 2004-04-05 12:31:25.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 56450
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details: NetBSD 2.0_BETA i386
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: recht@netbsd.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,9 @@
+ pthread_attr_get_np( self, &attr );
+#else
pthread_getattr_np( self, &attr );
+#endif
pthread_attr_getstack( &attr, &staddr, &stsize );
}
+
+------- Additional Comments From vargaz@freemail.hu 2004-04-05 12:31 -------
+Fixed in CVS.