summaryrefslogtreecommitdiff
path: root/RISCOS/Python/getcwd_riscos.c
diff options
context:
space:
mode:
Diffstat (limited to 'RISCOS/Python/getcwd_riscos.c')
-rw-r--r--RISCOS/Python/getcwd_riscos.c5
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;
-}