mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Oops, missed some renamings.
This commit is contained in:
parent
6778f257b7
commit
ee2373b930
5 changed files with 11 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue