This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: libdvbv5: hide stack_dump symbols and provide soname compatibility
Author:  Gregor Jasny <[email protected]>
Date:    Sat Mar 20 18:12:37 2021 +0100


 lib/libdvbv5/compat-soname.c  | 5 +++++
 lib/libdvbv5/dvb-dev-remote.c | 2 +-
 utils/dvb/dvbv5-daemon.c      | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=6e2fdceac7cbaf9ae9d9b01e8a8f4b6f949262ae
diff --git a/lib/libdvbv5/compat-soname.c b/lib/libdvbv5/compat-soname.c
index 495541a0a753..3ed7f72b35cf 100644
--- a/lib/libdvbv5/compat-soname.c
+++ b/lib/libdvbv5/compat-soname.c
@@ -78,3 +78,8 @@ struct dvb_dev_list *dvb_remote_seek_by_sysname(struct 
dvb_device_priv *dvb,
 {
        return dvb_remote_seek_by_adapter(dvb, adapter, num, type);
 }
+
+void stack_dump()
+{
+        /* preserve soname compatibility until next soname bump */
+}
diff --git a/lib/libdvbv5/dvb-dev-remote.c b/lib/libdvbv5/dvb-dev-remote.c
index f55fbb984cf1..fa551b82ae86 100644
--- a/lib/libdvbv5/dvb-dev-remote.c
+++ b/lib/libdvbv5/dvb-dev-remote.c
@@ -124,7 +124,7 @@ static char *my_strlcpy(char *dst, const char *src, size_t 
siz)
        return rc;
 }
 
-void stack_dump(struct dvb_v5_fe_parms_priv *parms)
+static void stack_dump(struct dvb_v5_fe_parms_priv *parms)
 {
 #ifdef HAVE_BACKTRACE
        int i, nptrs = 0;
diff --git a/utils/dvb/dvbv5-daemon.c b/utils/dvb/dvbv5-daemon.c
index ac122b1565ba..d9b701816ebb 100644
--- a/utils/dvb/dvbv5-daemon.c
+++ b/utils/dvb/dvbv5-daemon.c
@@ -216,7 +216,7 @@ static nfds_t numfds = 0;
 static char output_charset[256] = "utf-8";
 static char default_charset[256] = "iso-8859-1";
 
-void stack_dump()
+static void stack_dump(void)
 {
 #ifdef HAVE_BACKTRACE
        int i, nptrs = 0;

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to