Kaydet (Commit) 67cbf7bf authored tarafından Larry Hastings's avatar Larry Hastings

Issue #14626: Fix buildbot issue on x86 Tiger 3.x.

üst 90867a5a
...@@ -3238,7 +3238,7 @@ posix_link(PyObject *self, PyObject *args, PyObject *kwargs) ...@@ -3238,7 +3238,7 @@ posix_link(PyObject *self, PyObject *args, PyObject *kwargs)
} }
#else #else
Py_BEGIN_ALLOW_THREADS Py_BEGIN_ALLOW_THREADS
#ifndef HAVE_LINKAT #ifdef HAVE_LINKAT
if ((src_dir_fd != DEFAULT_DIR_FD) || if ((src_dir_fd != DEFAULT_DIR_FD) ||
(dst_dir_fd != DEFAULT_DIR_FD) || (dst_dir_fd != DEFAULT_DIR_FD) ||
(!follow_symlinks)) (!follow_symlinks))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment