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/ChangeLog')
-rw-r--r--libgloss/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 4515f8efb..6a3f797b7 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * arm/ftruncate.c: Include errno.h.
+ (ftruncate) Set errno.
+ * arm/truncate.c: Include errno.h.
+ (truncate) Set errno.
+
2013-11-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
* arm/ftruncate.c: New.