no_std
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
/// fcntl implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/fcntl.h.html
|
||||
//! fcntl implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/fcntl.h.html
|
||||
|
||||
#![no_std]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate fcntl;
|
||||
extern crate unistd;
|
||||
|
||||
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
/// unistd implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/unistd.h.html
|
||||
//! unistd implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/unistd.h.html
|
||||
|
||||
#![no_std]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user