diff options
author | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 +0000 |
commit | 7a98be2efbdc44a6271e3bf6117a1e6c77828414 (patch) | |
tree | 64b6306494f992605ef5bd854dfc9e4922f8b967 /RISCOS/Python/getcwd_riscos.c | |
parent | c5aba174477a4bdbda31d859ce407c6ee7cef293 (diff) | |
download | cpython-git-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.gz |
Remove RISCOS support
Diffstat (limited to 'RISCOS/Python/getcwd_riscos.c')
-rw-r--r-- | RISCOS/Python/getcwd_riscos.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/RISCOS/Python/getcwd_riscos.c b/RISCOS/Python/getcwd_riscos.c deleted file mode 100644 index 0239e6ef74..0000000000 --- a/RISCOS/Python/getcwd_riscos.c +++ /dev/null @@ -1,5 +0,0 @@ -char *getcwd(char *buf, int size) -{ - buf[0] = '\0'; - return buf; -} |