From: Yu Watanabe Date: Mon, 1 Oct 2018 19:45:05 +0000 (+0900) Subject: libsystemd: drop *_unrefp from symbol list X-Git-Tag: v240~619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aacd352d8c72d2fb85a317e82b2e477d8eccfb2f;p=thirdparty%2Fsystemd.git libsystemd: drop *_unrefp from symbol list Follow-up for 3f608087bd57c4d9134754cdad562fa057a97c9e and 6083c4b763eb3c890396974335a47b880a55cdfd. --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 480ef39c7ad..ba682b879af 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -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;