Messages in this thread |  | | Date | Tue, 02 Sep 2008 13:37:45 +0300 | | From | Török Edwin <> | | Subject | Please #include <limits.h> in hackbench.c |
| |
Hi Ingo,
On Fedora Core 9 hackbench.c fails to compile because PTHREAD_STACK_MIN is not defined, adding a #include <limits.h> fixes it and makes it compile.
Please add #include<limits.h>
Best regards, --Edwin
|  |