Add file descriptor type

This commit is contained in:
Jeremy Soller
2016-08-30 16:27:10 -06:00
parent 2ccc13d212
commit 8c0191564f

2
scheme/fd.rs Normal file
View File

@@ -0,0 +1,2 @@
/// A file descriptor type
pub type Fd = usize;