mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Oops, missed some renamings.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user