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:
authorJonathan Larmour <jifl@eCosCentric.com>2002-04-30 01:51:25 +0400
committerJonathan Larmour <jifl@eCosCentric.com>2002-04-30 01:51:25 +0400
commit6990dc5f3b4f0a7765ef1995f02d8a51264277f6 (patch)
tree20089e3f07fb21b3cf7f285633b933e73a12d156 /libgloss/ChangeLog
parent822afa537ae4e03136d6262269ee460912ddabb1 (diff)
* arm/syscall.h: New file. To define extra syscall values for RedBoot.
* arm/redboot-syscalls.c (_close): Fix setting of errno value. (_lseek): Ditto. (_open): Ditto. (_write): Ditto. (_read): Ditto. (_rename): New function. (_system): Ditto. (_stat): Ditto. (_unlink): Call a syscall for this now. (isatty): Ditto. (_fstat): Ditto. (_gettimeofday): Ditto.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 3970e5abd..1e813ae50 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,20 @@
+2002-04-22 Jonathan Larmour <jlarmour@redhat.com>
+
+ * arm/syscall.h: New file. To define extra syscall values for RedBoot.
+
+ * arm/redboot-syscalls.c (_close): Fix setting of errno value.
+ (_lseek): Ditto.
+ (_open): Ditto.
+ (_write): Ditto.
+ (_read): Ditto.
+ (_rename): New function.
+ (_system): Ditto.
+ (_stat): Ditto.
+ (_unlink): Call a syscall for this now.
+ (isatty): Ditto.
+ (_fstat): Ditto.
+ (_gettimeofday): Ditto.
+
2002-04-17 Joel Sherrill <joel@OARcorp.com>
* debug.h: Change mem_err to volatile to match definition in