Implement isatty

This commit is contained in:
jD91mZM2
2018-07-26 14:19:20 +02:00
parent 7ff6940edd
commit 2bf426b0fb
19 changed files with 296 additions and 13 deletions
+1
View File
@@ -23,6 +23,7 @@ pub extern crate stdio;
pub extern crate stdlib;
pub extern crate string;
pub extern crate strings;
pub extern crate sys_ioctl;
pub extern crate sys_mman;
pub extern crate sys_resource;
pub extern crate sys_socket;