From 46ed256ff68b6a545436aac4c2ec34b93627811a Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 15 Apr 2017 12:39:05 -0600 Subject: tests should protect concurrent access to signal handlers Adds a mutex to protect access to SIGUSR2 signal handlers by the AIO tests. Fixes #578 --- test/test.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test.rs') diff --git a/test/test.rs b/test/test.rs index d10970d6..1357642e 100644 --- a/test/test.rs +++ b/test/test.rs @@ -1,5 +1,7 @@ #[macro_use] extern crate nix; +#[macro_use] +extern crate lazy_static; extern crate libc; extern crate rand; extern crate tempdir; -- cgit v1.2.3