commit | 484df0075ab1082d154e934399c16ba3c80a6ccf | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 09 13:52:31 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 09 13:52:31 2014 +0200 |
tree | afb5ddf7fad32a5b711068548eb0512a0035f667 | |
parent | 13d3aa502d305f9a92a53af561ed46d53daf1d5b [diff] |
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.