clock sub, start with the read sub

This commit is contained in:
Pat Hickey
2021-01-13 11:57:42 -08:00
parent e0e205f8d2
commit 8298ce9e4d
2 changed files with 37 additions and 6 deletions

View File

@@ -135,6 +135,7 @@ bitflags! {
const FILESTAT_GET = 0b1000000000;
const FILESTAT_SET_SIZE = 0b10000000000;
const FILESTAT_SET_TIMES = 0b100000000000;
const POLL_READWRITE = 0b1000000000000;
}
}