diff options
| author | Guido van Rossum <guido@python.org> | 1997-05-07 23:51:07 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-05-07 23:51:07 +0000 |
| commit | a691bec23a8d1a85b97d0b4911970cf98df7c4e2 (patch) | |
| tree | b393dfa7e7b572b6ca5c29853e308d7234d04250 /Python/getmtime.c | |
| parent | e3473bc734d69e42a2787bbd8a66db9bfd5e9356 (diff) | |
| download | cpython-a691bec23a8d1a85b97d0b4911970cf98df7c4e2.tar.gz | |
Oops, missed some renamings.
Diffstat (limited to 'Python/getmtime.c')
| -rw-r--r-- | Python/getmtime.c | 3 |
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; |
