signal.c: Make non-exported tall_sigh_ctx static

As indicated in the commitlog of
Id58ca18eb826b8f4183a7cf0dbb2b38cba702a09,
the symbol was never exported in a header file, so it should be safe
to mark it as static.

Change-Id: I7132ffe9a7efcab226cc639d1b2357f7115bcadf
This commit is contained in:
Harald Welte 2019-03-20 11:28:46 +01:00
parent 8c58af139d
commit cff2242e68
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
* \file signal.c */
void *tall_sigh_ctx;
static void *tall_sigh_ctx;
static LLIST_HEAD(signal_handler_list);
struct signal_handler {