summaryrefslogtreecommitdiffstats
path: root/lib/libumberlog.ld
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libumberlog.ld')
-rw-r--r--lib/libumberlog.ld17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libumberlog.ld b/lib/libumberlog.ld
new file mode 100644
index 0000000..8cd48e7
--- /dev/null
+++ b/lib/libumberlog.ld
@@ -0,0 +1,17 @@
+LIBUMBERLOG_0.1.0 {
+ global:
+ # Our own symbols
+ ul_format;
+ ul_vformat;
+ ul_syslog;
+ ul_vsyslog;
+ ul_legacy_syslog;
+ ul_legacy_vsyslog;
+ ul_openlog;
+ ul_setlogmask;
+
+ local:
+ # Inherited from elsewhere, but should not be exported
+ facilitynames;
+ prioritynames;
+};