mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
Merge pull request #653 from dvdhrm/bus-gold
This commit is contained in:
commit
f5df066d1d
@ -70,11 +70,9 @@ BUS_ERROR_MAP_ELF_REGISTER const sd_bus_error_map bus_standard_errors[] = {
|
||||
SD_BUS_ERROR_MAP_END
|
||||
};
|
||||
|
||||
/* GCC maps this magically to the beginning and end of the BUS_ERROR_MAP section.
|
||||
* Hide them; for currently unknown reasons they get exported to the shared libries
|
||||
* even without being listed in the sym file. */
|
||||
extern const sd_bus_error_map __start_BUS_ERROR_MAP[] _hidden_;
|
||||
extern const sd_bus_error_map __stop_BUS_ERROR_MAP[] _hidden_;
|
||||
/* GCC maps this magically to the beginning and end of the BUS_ERROR_MAP section */
|
||||
extern const sd_bus_error_map __start_BUS_ERROR_MAP[];
|
||||
extern const sd_bus_error_map __stop_BUS_ERROR_MAP[];
|
||||
|
||||
/* Additional maps registered with sd_bus_error_add_map() are in this
|
||||
* NULL terminated array */
|
||||
|
Loading…
x
Reference in New Issue
Block a user