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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-18 00:13:38 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-18 00:13:38 +0400
commit7fc85bd1b9502b5fe30102e85f4743dbf45b9f01 (patch)
treebdfe520d8183ba54c11e0fcbb846b453a36f0364 /newlib/libc/sys/h8300hms/syscalls.c
parentb05b7d84d6bd29dd07d0b493dad8d4d48493db3e (diff)
* newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
* newlib/libc/sys/h8300hms/read.c: New file. Magic trap 0xC8 for sim. * newlib/libc/sys/h8300hms/syscalls.c: Move _read() to read.c. * newlib/libs/sys/h8300hms/sys/syscall.h: New file.
Diffstat (limited to 'newlib/libc/sys/h8300hms/syscalls.c')
-rw-r--r--newlib/libc/sys/h8300hms/syscalls.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/sys/h8300hms/syscalls.c b/newlib/libc/sys/h8300hms/syscalls.c
index 9f89c55d5..3ebac8843 100644
--- a/newlib/libc/sys/h8300hms/syscalls.c
+++ b/newlib/libc/sys/h8300hms/syscalls.c
@@ -5,14 +5,6 @@
#include <sys/stat.h>
#include <errno.h>
-int _DEFUN(_read,(file, ptr, len),
- int file _AND
- char *ptr _AND
- int len)
-{
- return 0;
-}
-
int _DEFUN(_lseek,(file, ptr, dir),
int file _AND