diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-06-15 13:54:08 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-06-15 13:54:08 +0000 |
commit | 95b1426fb75a5458ac15d28a04501327875fa58d (patch) | |
tree | 6bcf1cf32c301f45d81be034a2d2994de59c0606 /storeio/ChangeLog | |
parent | a55e2129494c2559df9fb6534356a423c6de728c (diff) |
2006-06-15 Thomas Schwinge <tschwinge@gnu.org>
* open.c (open_seek): Seek into the correct direction for `SEEK_END'.
Return EINVAL if file pointer would become negative.
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r-- | storeio/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 75374a1e..e14aaed4 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,8 @@ +2006-06-15 Thomas Schwinge <tschwinge@gnu.org> + + * open.c (open_seek): Seek into the correct direction for `SEEK_END'. + Return EINVAL if file pointer would become negative. + 2005-01-08 Marco Gerards <metgerards@student.han.nl> * storeio.c (trivfs_modify_stat): Don't initialize st_blocks. |