oxidize: Fix first pass of compile errors

This commit contains a multitude of fixes and some initial translation
work so the first rustc pass compiles.

It removes `unsafe extern "C"` declarations, so now there are a number
of errors about invocations of unsafe functions that need to be
addressed. They should each be scoped to an `unsafe` block so as to aid
in an eventual safe translation.

Some of the functions are now using the module system rather than
`extern "C"` bindings, but the translation is not complete.
This commit is contained in:
Tony Arcieri
2019-11-17 08:21:48 -08:00
parent 4cd59cb992
commit 1d86885ab1
6 changed files with 1849 additions and 2765 deletions
+1008 -1331
View File
File diff suppressed because it is too large Load Diff