Richard Henderson wrote:
On Fri, Jan 20, 2006 at 10:18:18PM +0100, Andreas Tobler wrote:
or with double guard:
#ifdef HAVE_GETLOADAVG
#ifdef HAVE_SYS_LOADAVG_H
# include sys/loadavg.h
#endif
#endif
This, I guess.
Ok. Thanks.
Sounds like a typo in the specs for the platform.
Hm, in gcc.c I find a hardcoded -pthread gcc.c:844
I mean in the solaris specs. We shouldn't have -pthread for
some platforms and -pthreads for others.
Hm, then sol2.h and sol26.h build the minority where we have pthread_s_.
Don't know the history yet.....
Andreas