summaryrefslogtreecommitdiff
path: root/trans/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-06-15 13:52:31 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-06-15 13:52:31 +0000
commita55e2129494c2559df9fb6534356a423c6de728c (patch)
tree01a3215d48ee40e57972409b8d336c9e47b7b33b /trans/ChangeLog
parent218307d36556c9e9a5cdbfc987419e16d56d352d (diff)
2006-06-15 Thomas Schwinge <tschwinge@gnu.org>
* hello-mt.c (trivfs_S_io_seek): Seek into the right direction for `SEEK_END'. Return EINVAL if file pointer would become negative. * hello.c (trivfs_S_io_seek): Likewise.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r--trans/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 47de6762..e8636aa5 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-15 Thomas Schwinge <tschwinge@gnu.org>
+
+ * hello-mt.c (trivfs_S_io_seek): Seek into the right direction for
+ `SEEK_END'. Return EINVAL if file pointer would become negative.
+ * hello.c (trivfs_S_io_seek): Likewise.
+
2006-03-25 Thomas Schwinge <tschwinge@gnu.org>
[bug #15808]