• Andrew MacIntyre's avatar
    FreeBSD 5.x has moved some library routines and typedefs outside the · abccf41a
    Andrew MacIntyre yazdı
    scope of the _XOPEN_SOURCE and _POSIX_C_SOURCE symbols, including:
    - getloadavg()
    - typedefs for u_int, u_long, u_char, u_short, ushort & uint
    
    These are now all defined under the control of a __BSD_VISIBLE symbol.
    
    The lack of the typedefs causes several extension modules to build
    incorrectly or not at all, and is the cause of failures reported for
    test_socket and test_tempfile on this platform
    (see python-dev: 29/6/03, pieterb@gewis.nl, "Running tests on freebsd5")
    
    This change does not appear to be needed in the 2.2 branch.
    abccf41a
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...