summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-22 13:28:58 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-22 13:28:58 +0100
commitbb11776e30a9f97ca807aa38a6eeeba5a7192f44 (patch)
treeb4c68d0ca5efb9865b3231a86e5eed778e474c6d /lib
parent7e5af64a5a07a427a98d4ba2b73efd968230b050 (diff)
downloadlibumberlog-bb11776e30a9f97ca807aa38a6eeeba5a7192f44.tar.gz
libumberlog-bb11776e30a9f97ca807aa38a6eeeba5a7192f44.tar.xz
libumberlog-bb11776e30a9f97ca807aa38a6eeeba5a7192f44.zip
Hide two inherited symbols with the version script.
We inherit facilitynames and prioritynames from syslog.h, but they should not be exported by us. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/libcee-syslog.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libcee-syslog.ld b/lib/libcee-syslog.ld
index 41120a2..53e53da 100644
--- a/lib/libcee-syslog.ld
+++ b/lib/libcee-syslog.ld
@@ -14,4 +14,9 @@ LIBCEE_SYSLOG_0.1.0 {
vsyslog;
openlog;
setlogmask;
+
+ local:
+ # Inherited from elsewhere, but should not be exported
+ facilitynames;
+ prioritynames;
};