make a pipe filetype, reorder filetype enum

This commit is contained in:
Pat Hickey
2021-01-22 11:37:39 -08:00
parent 86d369c72a
commit a06c4fbe1a
4 changed files with 9 additions and 8 deletions

View File

@@ -22,5 +22,7 @@ fs-set-times = "0.2.2"
unsafe-io = "0.2"
system-interface = { version = "0.5.2", features = ["cap_std_impls"] }
tracing = "0.1.19"
libc = "0.2"
bitflags = "1.2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"