View | Details | Raw Unified | Return to bug 258812 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/basu/files/patch-src_libsystemd_sd-bus_bus-error.c (-1 / +13 lines)
Added Link Here
0
- 
1
--- src/libsystemd/sd-bus/bus-error.c.orig	2021-01-06 13:56:51 UTC
2
+++ src/libsystemd/sd-bus/bus-error.c
3
@@ -71,8 +71,8 @@ BUS_ERROR_MAP_ELF_REGISTER const sd_bus_error_map bus_
4
 };
5
 
6
 /* GCC maps this magically to the beginning and end of the BUS_ERROR_MAP section */
7
-extern const sd_bus_error_map __start_BUS_ERROR_MAP[];
8
-extern const sd_bus_error_map __stop_BUS_ERROR_MAP[];
9
+extern const sd_bus_error_map __start_BUS_ERROR_MAP[] = {};
10
+extern const sd_bus_error_map __stop_BUS_ERROR_MAP[] = {};
11
 
12
 /* Additional maps registered with sd_bus_error_add_map() are in this
13
  * NULL terminated array */

Return to bug 258812