fix comment

This commit is contained in:
Paul Sajna
2018-03-21 20:12:22 -07:00
parent cc5a4e92ce
commit cdc6209ff4
+2 -1
View File
@@ -1,8 +1,9 @@
//! stdlib implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/stdlib.h.html
#![no_std]
#![feature(core_intrinsics)]
#![feature(global_allocator)]
///! stdlib implementation for Redox, following http://pubs.opengroup.org/onlinepubs/7908799/xsh/stdlib.h.html
extern crate ctype;
extern crate errno;
extern crate platform;