mirror of https://github.com/python/cpython
Issue #14626: Fix buildbot issue on x86 Tiger 3.x.
This commit is contained in:
parent
90867a5aba
commit
67cbf7bff9
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue