Comment out #[no_mangle] on unimplemented functions

This stops configure scripts from identifying them as valid
This commit is contained in:
jD91mZM2
2018-07-12 18:14:43 +02:00
parent b8cab5f0be
commit a7cc95cd90
21 changed files with 329 additions and 328 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pub unsafe extern "C" fn wait(stat_loc: *mut c_int) -> pid_t {
waitpid(!0, stat_loc, 0)
}
#[no_mangle]
// #[no_mangle]
pub unsafe extern "C" fn wait3(
stat_loc: *mut c_int,
options: c_int,