aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/go32/writestub.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/go32/writestub.c')
-rw-r--r--newlib/libc/sys/go32/writestub.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/sys/go32/writestub.c b/newlib/libc/sys/go32/writestub.c
deleted file mode 100644
index ae1b99359..000000000
--- a/newlib/libc/sys/go32/writestub.c
+++ /dev/null
@@ -1,6 +0,0 @@
-
-sswrite(a,b,c)
-{
- /*write(1,"writing\n",9);*/
- return write_real(a,b,c);
-}