Chris Lingard <[EMAIL PROTECTED]> writes: > -# ifdef __STDC__ > +# if defined(__STDC__) || defined(HURD) > typedef void (*handler)(int); > # else > typedef void (*handler)(); > # endif
Why is this; don't we have __STDC__ on the Hurd?
Chris Lingard <[EMAIL PROTECTED]> writes: > -# ifdef __STDC__ > +# if defined(__STDC__) || defined(HURD) > typedef void (*handler)(int); > # else > typedef void (*handler)(); > # endif
Why is this; don't we have __STDC__ on the Hurd?