* Please #include <limits.h> in hackbench.c
@ 2008-09-02 10:37 Török Edwin
2008-09-05 17:13 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Török Edwin @ 2008-09-02 10:37 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Linux Kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Please #include <limits.h> in hackbench.c
2008-09-02 10:37 Please #include <limits.h> in hackbench.c Török Edwin
@ 2008-09-05 17:13 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-09-05 17:13 UTC (permalink / raw)
To: Török Edwin; +Cc: Ingo Molnar, Linux Kernel
* Török Edwin <edwintorok@gmail.com> wrote:
> 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>
done, thx.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-05 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 10:37 Please #include <limits.h> in hackbench.c Török Edwin
2008-09-05 17:13 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).