]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libsystemd: drop *_unrefp from symbol list
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 1 Oct 2018 19:45:05 +0000 (04:45 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 Oct 2018 16:28:58 +0000 (18:28 +0200)
Follow-up for 3f608087bd57c4d9134754cdad562fa057a97c9e and
6083c4b763eb3c890396974335a47b880a55cdfd.

src/libsystemd/libsystemd.sym

index 480ef39c7adbe8b6b3edbb134082e8ab4bab485d..ba682b879aff9911b8c74b980ea7e3d21e4fcac1 100644 (file)
@@ -634,9 +634,6 @@ global:
         sd_device_enumerator_add_match_parent;
         sd_device_enumerator_allow_uninitialized;
 
-        sd_device_unrefp;
-        sd_device_enumerator_unrefp;
-
         sd_hwdb_ref;
         sd_hwdb_unref;
 
@@ -647,7 +644,5 @@ global:
         sd_hwdb_seek;
         sd_hwdb_enumerate;
 
-        sd_hwdb_unrefp;
-
         sd_id128_get_boot_app_specific;
 } LIBSYSTEMD_239;