summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-08 21:50:35 +0000
committerRoland McGrath <roland@gnu.org>1999-11-08 21:50:35 +0000
commit6d5bbf06a88e5521085c9ba31e8bdcf03e837a17 (patch)
tree00c4d1bd222b6062b40b918a20ea5c9889681b20 /libtrivfs
parenta08789e5b2cdf4fb2227d5986eaaf46c6d7f923a (diff)
.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index 5272f494..f58c2591 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,5 +1,11 @@
1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
+ * io-write.c (trivfs_S_io_write): Return EBADF if trivfs_allow_open
+ doesn't include O_WRITE.
+
+ * io-modes-get.c (trivfs_S_io_get_openmodes): Remove assert.
+ The default implementation ought to be fine for this.
+
* io-owner-get.c (trivfs_S_io_get_owner): Remove asserts.
It is entirely reasonable to have EOPNOTSUPP be the default
implementation for these calls that files are not obligated to provide.