summaryrefslogtreecommitdiff
path: root/hurd/io.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/io.defs')
-rw-r--r--hurd/io.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/io.defs b/hurd/io.defs
index a1ca55d3..0fd2fa3d 100644
--- a/hurd/io.defs
+++ b/hurd/io.defs
@@ -52,7 +52,7 @@ routine io_write (
routine io_read (
io_object: io_t;
RPT
- out data: data_t;
+ out data: data_t, dealloc;
offset: off_t;
amount: int);