summaryrefslogtreecommitdiff
path: root/Python/getmtime.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-07 23:51:07 +0000
committerGuido van Rossum <guido@python.org>1997-05-07 23:51:07 +0000
commita691bec23a8d1a85b97d0b4911970cf98df7c4e2 (patch)
treeb393dfa7e7b572b6ca5c29853e308d7234d04250 /Python/getmtime.c
parente3473bc734d69e42a2787bbd8a66db9bfd5e9356 (diff)
downloadcpython-a691bec23a8d1a85b97d0b4911970cf98df7c4e2.tar.gz
Oops, missed some renamings.
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r--Python/getmtime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/getmtime.c b/Python/getmtime.c
index a54d3b47d8..793c66342c 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -37,10 +37,9 @@ PERFORMANCE OF THIS SOFTWARE.
#include <sys/types.h>
#include <sys/stat.h>
-#include "rename2.h"
long
-getmtime(path)
+PyOS_GetLastModificationTime(path)
char *path;
{
struct stat st;