summaryrefslogtreecommitdiffstats
path: root/lib/libcee-syslog.ld
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcee-syslog.ld')
-rw-r--r--lib/libcee-syslog.ld17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libcee-syslog.ld b/lib/libcee-syslog.ld
new file mode 100644
index 0000000..41120a2
--- /dev/null
+++ b/lib/libcee-syslog.ld
@@ -0,0 +1,17 @@
+LIBCEE_SYSLOG_0.1.0 {
+ global:
+ # Our own symbols
+ cee_format;
+ cee_vformat;
+ cee_syslog;
+ cee_vsyslog;
+ cee_legacy_syslog;
+ cee_legacy_vsyslog;
+ cee_openlog;
+ cee_setlogmask;
+ # Overrides
+ syslog;
+ vsyslog;
+ openlog;
+ setlogmask;
+};