From 60a4c8411b71f9f17956b51fd882f71273f5b0ca Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 12:41:00 +0100 Subject: [PATCH] Only export talloc related symbols in libtalloc.so. Michael --- source/exports/libtalloc.syms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/exports/libtalloc.syms b/source/exports/libtalloc.syms index eb34bfc012a..87f1c5c63ef 100644 --- a/source/exports/libtalloc.syms +++ b/source/exports/libtalloc.syms @@ -1,3 +1,6 @@ { - global: *; + global: + talloc_*; + _talloc_*; + local: *; }; -- 2.47.3