copy strerror implementation into perror

This commit is contained in:
Paul Sajna
2018-03-08 11:20:13 -08:00
parent 6304595a1d
commit 22fb6c5bf0
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -11,3 +11,4 @@ cbindgen = { path = "../../cbindgen" }
platform = { path = "../platform" }
va_list = { path = "../../va_list", features = ["no_std"] }
string = { path = "../string" }
errno = { path = "../errno"}