lib: make wevent static
authorAndy Zhou <azhou@nicira.com>
Thu, 27 Feb 2014 02:51:04 +0000 (18:51 -0800)
committerAndy Zhou <azhou@nicira.com>
Sat, 1 Mar 2014 00:29:38 +0000 (16:29 -0800)
Fixed sparse non static symbol warning.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
lib/fatal-signal.c

index df67a09..ef3fbc0 100644 (file)
@@ -59,7 +59,7 @@ static struct hook hooks[MAX_HOOKS];
 static size_t n_hooks;
 
 static int signal_fds[2];
-HANDLE wevent;
+static HANDLE wevent;
 static volatile sig_atomic_t stored_sig_nr = SIG_ATOMIC_MAX;
 
 static struct ovs_mutex mutex;