]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.
authorGuido van Rossum <guido@python.org>
Fri, 23 Apr 1999 20:59:05 +0000 (20:59 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Apr 1999 20:59:05 +0000 (20:59 +0000)
commitea424e19f152638260c91d5fd6a805a288c931d2
treeb0723e2143dd8a332891b0b2e0125003ec10c487
parent154fc6dcf729cb847ca41842cba5ded0e4234120
Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.
The test really wanted to distinguish between the two.  So now we test
for __GLIBC__ instead.  I have confirmed that this works for glibc and
I have an email from Christian Tanzer confirming that it works for
libc5, so it should be fine.
Modules/timemodule.c