SF patch #474590 -- RISC OS support

This commit is contained in:
Guido van Rossum 2001-10-24 20:13:15 +00:00
parent 622cc03f0b
commit e877f8ba33
12 changed files with 142 additions and 74 deletions

View file

@ -1,13 +1,14 @@
/* Fudge unix isatty and fileno for RISCOS */
#include <stdio.h>
#include <time.h>
int fileno(FILE *f);
int isatty(int fn);
unsigned int unixtime(unsigned int ld,unsigned int ex);
/*long PyOS_GetLastModificationTime(char *name);*/
int unlink(char *fname);
int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);
int isdir(char *fn);
int isfile(char *fn);
int exists(char *fn);
int object_exists(char *fn);