At Tue, 11 Jan 2005 01:55:22 +0100, Alfred M. Szmidt wrote: > > If someone is bored, then they can fix the pthread headers to be C90 > compliant. C90 disallows the use of the "inline" keyword. > > Many programs still like to use -ansi, so this break compilation of > those on GNU/Hurd since our pthread headers aren't C90 compliant.
I wonder if the best approach would be to just s/inline/__inline__/ in the public headers. gcc allows this even in -ansi mode (unlike just inline). Perhaps Roland can comment in his infinite glibc design experience. _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd