Fix some imports and paths

This commit is contained in:
Taiki Endo
2019-02-17 22:35:20 +09:00
parent 9d691bd9ce
commit 90dbf59b92
4 changed files with 2 additions and 6 deletions

View File

@@ -39,7 +39,6 @@ mod imp {
use libc::{sigaltstack, SIGSTKSZ, SS_DISABLE};
use libc::{sigaction, SIGBUS, SIG_DFL,
SA_SIGINFO, SA_ONSTACK, sighandler_t};
use libc;
use libc::{mmap, munmap};
use libc::{SIGSEGV, PROT_READ, PROT_WRITE, MAP_PRIVATE, MAP_ANON};
use libc::MAP_FAILED;