mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Forward port a number of OSX bugfixes from the trunk to 3.2
This commit is contained in:
parent
a5336b6000
commit
755740f3ea
6 changed files with 104 additions and 8 deletions
|
@ -3785,6 +3785,10 @@ posix_fork(PyObject *self, PyObject *noargs)
|
|||
#else
|
||||
#ifdef HAVE_LIBUTIL_H
|
||||
#include <libutil.h>
|
||||
#else
|
||||
#ifdef HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif /* HAVE_UTIL_H */
|
||||
#endif /* HAVE_LIBUTIL_H */
|
||||
#endif /* HAVE_PTY_H */
|
||||
#ifdef HAVE_STROPTS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue