diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-06 12:17:37 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-06 12:17:37 -0500 |
commit | 66ee5c3df7dc8ef7cd5b35457471d23d09a3cb56 (patch) | |
tree | 9a1ab395f59428f5f991c430b9e5edcf6de9f954 | |
parent | e76d2e20a5e0ef59a612a8eeec4dd3ce98b7a252 (diff) |
journal: properly advertise sd_journal_reliable_fd
sd_journal_reliable_fd was added in 85210bffd836, but it was
exported under the wrong name. Not too many users I guess.
-rw-r--r-- | src/journal/libsystemd-journal.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym index 7b602f59cb..67741770c9 100644 --- a/src/journal/libsystemd-journal.sym +++ b/src/journal/libsystemd-journal.sym @@ -83,7 +83,7 @@ global: LIBSYSTEMD_JOURNAL_196 { global: - sd_journal_fd_reliable; + sd_journal_reliable_fd; sd_journal_get_catalog; sd_journal_get_catalog_for_message_id; sd_journal_set_data_threshold; |