Commit dd8f9eda authored by Jesus Cea's avatar Jesus Cea

Commit 59dca1e2363d for issue #13327 introduced a compilation warning

parent 56b2358f
......@@ -10943,7 +10943,8 @@ static PyMethodDef posix_methods[] = {
{"unlinkat", posix_unlinkat, METH_VARARGS, posix_unlinkat__doc__},
#endif
#ifdef HAVE_UTIMENSAT
{"utimensat", posix_utimensat, METH_VARARGS | METH_KEYWORDS,
{"utimensat", (PyCFunction)posix_utimensat,
METH_VARARGS | METH_KEYWORDS,
posix_utimensat__doc__},
#endif
#ifdef HAVE_MKFIFOAT
......
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