Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/microblaze/linux-outbyte.c')
-rw-r--r--libgloss/microblaze/linux-outbyte.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgloss/microblaze/linux-outbyte.c b/libgloss/microblaze/linux-outbyte.c
deleted file mode 100644
index 9d7bc4890..000000000
--- a/libgloss/microblaze/linux-outbyte.c
+++ /dev/null
@@ -1,4 +0,0 @@
-void outbyte (unsigned char c)
-{
- _write(1, &c, 1);
-}