fixup! Fix stat stack corruption and link test

This commit is contained in:
jD91mZM2
2018-07-23 21:21:15 +02:00
parent 5697ac0f84
commit dc427272af
+1
View File
@@ -10,6 +10,7 @@ use syscall::flag::*;
use syscall::{self, Result};
use types::*;
use *;
#[thread_local]
static mut SIG_HANDLER: Option<extern "C" fn(c_int)> = None;