mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
check-api-docs: sd_journal_open_container is deprecated
This commit is contained in:
parent
c11edfee98
commit
622018c5b4
@ -12,6 +12,7 @@ deprecated="
|
||||
-e sd_bus_message_get_priority
|
||||
-e sd_bus_message_set_priority
|
||||
-e sd_seat_can_multi_session
|
||||
-e sd_journal_open_container
|
||||
"
|
||||
|
||||
for symbol in `nm -g --defined-only "$@" | grep " T " | cut -d" " -f3 | grep -wv $deprecated | sort -u` ; do
|
||||
|
Loading…
Reference in New Issue
Block a user