]> granicus.if.org Git - python/commit
Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Oct 2014 11:52:31 +0000 (13:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Oct 2014 11:52:31 +0000 (13:52 +0200)
commit484df0075ab1082d154e934399c16ba3c80a6ccf
treeafb5ddf7fad32a5b711068548eb0512a0035f667
parent13d3aa502d305f9a92a53af561ed46d53daf1d5b
Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
variable to "ut" to avoid conflict with the C utime() function. Patch written
by Jeffrey Armstrong.
Modules/posixmodule.c