Commit 59dca1e2363d for issue #13327 introduced a compilation warning

This commit is contained in:
Jesus Cea 2011-11-08 17:28:04 +01:00
parent 6e533f040b
commit d03a49150f

View file

@ -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