mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
interruption handler and variable are static
This commit is contained in:
parent
0d58aaf6f0
commit
7f580f9ee8
@ -145,8 +145,8 @@ static clock_t g_time = 0;
|
|||||||
**************************************/
|
**************************************/
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
const char* g_artefact = NULL;
|
static const char* g_artefact = NULL;
|
||||||
void INThandler(int sig)
|
static void INThandler(int sig)
|
||||||
{
|
{
|
||||||
assert(sig==SIGINT); (void)sig;
|
assert(sig==SIGINT); (void)sig;
|
||||||
#if !defined(_MSC_VER)
|
#if !defined(_MSC_VER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user