Browse Source

Remove sysconf stub since it's now implemented in linker-fix

pull/46/head
AzureMarker 3 years ago
parent
commit
e986a5a1da
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 5
      ctru-rs/src/test_runner.rs

5
ctru-rs/src/test_runner.rs

@ -115,9 +115,4 @@ mod link_fix {
extern "C" fn sigemptyset(_arg1: *mut libc::sigset_t) -> ::libc::c_int { extern "C" fn sigemptyset(_arg1: *mut libc::sigset_t) -> ::libc::c_int {
-1 -1
} }
#[no_mangle]
extern "C" fn sysconf(_name: libc::c_int) -> libc::c_long {
-1
}
} }

Loading…
Cancel
Save