Implement clock_time_get on Windows (#119)

* Fix some Windows warnings.

* Implement clock_time_get on Windows.

Also update misc_testsuite to include latest clock_time_get test
changes.

* improve comments

* Remove a leftover import.

Co-Authored-By: Jakub Konka <kubkon@jakubkonka.com>
This commit is contained in:
Marcin Mielniczuk
2019-10-29 15:05:43 +01:00
committed by Jakub Konka
parent bb5c879718
commit 2659641132
6 changed files with 82 additions and 37 deletions

View File

@@ -196,7 +196,6 @@ mod wasm_tests {
"readlink_no_buffer" => true,
"dangling_symlink" => true,
"symlink_loop" => true,
"clock_time_get" => true,
"truncation_rights" => true,
"fd_readdir" => true,
"path_rename_trailing_slashes" => true,