[systemd-commits] src/journal

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Mar 6 09:19:27 PST 2013


 src/journal/libsystemd-journal.sym |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66ee5c3df7dc8ef7cd5b35457471d23d09a3cb56
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Mar 6 12:17:37 2013 -0500

    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.

diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym
index 7b602f5..6774177 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;



More information about the systemd-commits mailing list