Commit 742af8fc authored by Larry Hastings's avatar Larry Hastings

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

parent c9d56035
......@@ -3238,7 +3238,7 @@ posix_link(PyObject *self, PyObject *args, PyObject *kwargs)
}
#else
Py_BEGIN_ALLOW_THREADS
#ifndef HAVE_LINKAT
#ifdef HAVE_LINKAT
if ((src_dir_fd != DEFAULT_DIR_FD) ||
(dst_dir_fd != DEFAULT_DIR_FD) ||
(!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