Add fs::rmdir() and tempfile/gen_str() tests.
This commit is contained in:
committed by
Brian Anderson
parent
d468af59ed
commit
9dd4789d80
@@ -52,6 +52,7 @@ native mod libc {
|
||||
fn waitpid(pid: pid_t, &status: c_int, options: c_int) -> pid_t;
|
||||
fn readlink(path: str::sbuf, buf: str::sbuf, bufsize: size_t) -> ssize_t;
|
||||
fn mkdir(path: str::sbuf, mode: int) -> int;
|
||||
fn rmdir(path: str::sbuf) -> int;
|
||||
}
|
||||
|
||||
mod libc_constants {
|
||||
|
||||
Reference in New Issue
Block a user