~emersion/public-inbox

basu: Drop unused symbols from version script after 5263c249495b v1 APPLIED

Jan Beich: 1
 Drop unused symbols from version script after 5263c249495b

 1 files changed, 0 insertions(+), 3 deletions(-)
#1058028 alpine.yml success
#1058029 freebsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/public-inbox/patches/44750/mbox | git am -3
Learn more about email & git

[PATCH basu] Drop unused symbols from version script after 5263c249495b Export this patch

LLD 16 enabled --no-undefined-version by default but temporarily[1]
downgraded errors to warnings. LLD 17 now fails to build:

ld: error: version script assignment of 'global' to symbol 'sd_bus_attach_event' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'sd_bus_detach_event' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'sd_bus_get_event' failed: symbol not defined

[1] https://github.com/llvm/llvm-project/commit/c1949c6a310ae965be4995f46e9b47c56dc5f05f
---
 src/libsystemd/libsystemd.sym | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index cdb775a..de32b5e 100644
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -72,9 +72,6 @@ global:
        sd_bus_get_current_message;
        sd_bus_get_current_handler;
        sd_bus_get_current_userdata;
        sd_bus_attach_event;
        sd_bus_detach_event;
        sd_bus_get_event;
        sd_bus_add_filter;
        sd_bus_add_match;
        sd_bus_add_object;
Pushed, thanks!
basu/patches: SUCCESS in 53s

[Drop unused symbols from version script after 5263c249495b][0] from [Jan Beich][1]

[0]: https://lists.sr.ht/~emersion/public-inbox/patches/44750
[1]: mailto:jbeich@FreeBSD.org

✓ #1058028 SUCCESS basu/patches/alpine.yml  https://builds.sr.ht/~emersion/job/1058028
✓ #1058029 SUCCESS basu/patches/freebsd.yml https://builds.sr.ht/~emersion/job/1058029