implement mktemp

This commit is contained in:
Paul Sajna
2018-06-27 20:22:12 +00:00
committed by Jeremy Soller
parent a63e6b3dd8
commit 776491bae9
6 changed files with 83 additions and 13 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ platform = { path = "../platform" }
ralloc = { path = "../../ralloc", default-features = false }
ctype = { path = "../ctype" }
errno = { path = "../errno" }
rand = { git = "https://github.com/rust-lang-nursery/rand/", default-features = false }
rand = { version = "0.5.2", default-features = false }
time = { path = "../time" }