Change in libosmocore[master]: signal.c: Make non-exported tall_sigh_ctx static

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Mar 20 10:48:23 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/13337


Change subject: signal.c: Make non-exported tall_sigh_ctx static
......................................................................

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
---
M src/signal.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/37/13337/1

diff --git a/src/signal.c b/src/signal.c
index 2302788..852749a 100644
--- a/src/signal.c
+++ b/src/signal.c
@@ -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 {

-- 
To view, visit https://gerrit.osmocom.org/13337
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7132ffe9a7efcab226cc639d1b2357f7115bcadf
Gerrit-Change-Number: 13337
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190320/0296a872/attachment.htm>


More information about the gerrit-log mailing list