Hi!

Steven Chamberlain <ste...@pyro.eu.org> writes:
> #if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)

__GLIBC__ should cover all of them alone. Or alternatively consistently
checking for kernels:

#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD_kernel__)

Regards

    Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87fwav7rtr....@hepworth.siccegge.de

Reply via email to