]> granicus.if.org Git - python/commit
Bugfix for issue #8052 fix on *BSD variants.
authorGregory P. Smith <greg@krypto.org>
Sat, 21 Jan 2012 23:16:17 +0000 (15:16 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 21 Jan 2012 23:16:17 +0000 (15:16 -0800)
commite3f7848bc5ee926810d67bb7e6457555cca2bb05
tree2d2af1782c9c5c541101adc3ced5767b2658a8c8
parent9564e4cbf86bd37c5ba1ae47b4a88b7f94196dd5
Bugfix for issue #8052 fix on *BSD variants.

Many lack readdir64, use readdir.  Only use readdir64 on solaris where
it is required to work around a solaris bug.
Modules/_posixsubprocess.c