summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-22 18:16:35 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-22 18:16:35 +0100
commitfc2623e8c27ea5c79772bf907d597b46f0b317a7 (patch)
tree152cb848f0d8d0b3fcfb841605a2a0d202a2fa61
parent705dfeb3f59dd648f357644f066d773f389b3d80 (diff)
downloadlibumberlog-fc2623e8c27ea5c79772bf907d597b46f0b317a7.tar.gz
libumberlog-fc2623e8c27ea5c79772bf907d597b46f0b317a7.tar.xz
libumberlog-fc2623e8c27ea5c79772bf907d597b46f0b317a7.zip
Do not version overridden symbols.
Versioning overridden symbols kills the ability to LD_PRELOAD the library. Oops! Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--lib/libcee-syslog.ld5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcee-syslog.ld b/lib/libcee-syslog.ld
index 53e53da..8f5d442 100644
--- a/lib/libcee-syslog.ld
+++ b/lib/libcee-syslog.ld
@@ -9,11 +9,6 @@ LIBCEE_SYSLOG_0.1.0 {
cee_legacy_vsyslog;
cee_openlog;
cee_setlogmask;
- # Overrides
- syslog;
- vsyslog;
- openlog;
- setlogmask;
local:
# Inherited from elsewhere, but should not be exported