diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-05-07 19:05:12 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-05-07 19:05:12 +0200 |
commit | bff4fad52a4c3387db54195c9fc20fb69247c43c (patch) | |
tree | 49f4ef1dd6587abb727a15f536451719071c9eb9 /sys/src/cmd/rio/dat.h | |
parent | 7327bd43c039d0ce2f4052afac04204718d9e69c (diff) |
rio: implement writable and truncatable /dev/text
Diffstat (limited to 'sys/src/cmd/rio/dat.h')
-rw-r--r-- | sys/src/cmd/rio/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h index f97049889..72d2023cb 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -68,6 +68,7 @@ enum /* control messages */ Rawoff, Holdon, Holdoff, + Truncate, Deleted, Exited, }; |