no_std
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate fcntl;
|
||||
extern crate unistd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,5 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate fcntl;
|
||||
extern crate unistd;
|
||||
|
||||
|
||||