Revert "signal.c: Make non-exported tall_sigh_ctx static"

This reverts commit cff2242e68.

The patch broke openbsc:
../../src/libcommon/libcommon.a(talloc_ctx.o): In function `talloc_ctx_init':
/build/openbsc/src/libcommon/talloc_ctx.c:50: undefined reference to `tall_sigh_ctx'

See also:
https://lists.osmocom.org/pipermail/openbsc/2019-March/012843.html

Change-Id: Ib4cb31427a1cad063bc9f1a10b9c3182b314a9f2
This commit is contained in:
Oliver Smith 2019-03-22 13:22:46 +01:00
parent cff2242e68
commit 9f2814283e
1 changed files with 1 additions and 1 deletions

View File

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