Skip to content
Snippets Groups Projects
Verified Commit e764fedb authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove unnecessary extern C function

parent 4a4e641b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ pub unsafe extern "C" fn relibc_start(sp: &'static Stack) -> ! {
static __init_array_start: extern "C" fn();
static __init_array_end: extern "C" fn();
fn pthread_init() -> c_int;
fn _init();
fn main(argc: isize, argv: *mut *mut c_char, envp: *mut *mut c_char) -> c_int;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment