Add empty locale functions

This commit is contained in:
jD91mZM2
2018-06-22 14:10:05 +02:00
parent 05f7371e46
commit 996445a6a3
14 changed files with 132 additions and 1 deletions
-1
View File
@@ -2,7 +2,6 @@
#![no_std]
#![feature(alloc)]
#![feature(global_allocator)]
extern crate alloc;
extern crate errno;