https://bugzilla.novell.com/show_bug.cgi?id=400838
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=400838#c1 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Severity|Normal |Minor Status|NEW |NEEDINFO Info Provider| |[EMAIL PROTECTED] --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-08-13 10:07:29 MDT --- What does the sample C code below print? #include <stdio.h> #include <unistd.h> int main () { printf ("%d\n", sysconf (_SC_NPROCESSORS_CONF)); printf ("%d\n", sysconf (_SC_NPROCESSORS_ONLN)); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
