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, 0 insertions, 17 deletions
diff --git a/lib/libcee-syslog.ld b/lib/libcee-syslog.ld
deleted file mode 100644
index 8f5d442..0000000
--- a/lib/libcee-syslog.ld
+++ /dev/null
@@ -1,17 +0,0 @@
-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;
-
- local:
- # Inherited from elsewhere, but should not be exported
- facilitynames;
- prioritynames;
-};