aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal.c
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-03-22 13:22:46 +0100
committerOliver Smith <osmith@sysmocom.de>2019-03-22 13:25:01 +0100
commit9f2814283e88fa73f06dd591eed5dbc41ca4e638 (patch)
tree7d6efc6b7b2a3853bef4973090eb96690f0869e3 /src/signal.c
parentcff2242e686be9ac19ba5757a710bc769a9201ec (diff)
Revert "signal.c: Make non-exported tall_sigh_ctx static"
This reverts commit cff2242e686be9ac19ba5757a710bc769a9201ec. 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
Diffstat (limited to 'src/signal.c')
-rw-r--r--src/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signal.c b/src/signal.c
index f9884198..be3b7778 100644
--- a/src/signal.c
+++ b/src/signal.c
@@ -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 {