diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-11-08 14:44:27 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-11-08 14:44:27 -0800 |
commit | 4aa78f35cb0ef7b948392f1f637f1813940e3c27 (patch) | |
tree | e05c9fc1a4321012c6abf67cda229582021a5917 /tests | |
parent | 45828baf446102986a1e597b0d664261c832539f (diff) |
status, however, is used on both platforms.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/threadsignaltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threadsignaltest.c b/tests/threadsignaltest.c index c483dd76..e0f2cdfe 100644 --- a/tests/threadsignaltest.c +++ b/tests/threadsignaltest.c @@ -109,9 +109,9 @@ capture_thread_func(void *arg) { char *device = arg; int packet_count; + int status; #ifndef _WIN32 struct sigaction action; - int status; sigset_t mask; #endif |