From 952e787e3743d153ef01c86676fbaa9ebde2a7c5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 09:48:42 +0100 Subject: Add forgotten file exports/libtalloc.syms ... Thanks Günther! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Michael (This used to be commit b1deb11a19f09325449fd30fb364173f9ba9d681) --- source3/exports/libtalloc.syms | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source3/exports/libtalloc.syms (limited to 'source3/exports/libtalloc.syms') diff --git a/source3/exports/libtalloc.syms b/source3/exports/libtalloc.syms new file mode 100644 index 0000000000..eb34bfc012 --- /dev/null +++ b/source3/exports/libtalloc.syms @@ -0,0 +1,3 @@ +{ + global: *; +}; -- cgit From dc708ef3a2ec4d55e38c7fd79205d77a0cf33bbb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 12:41:00 +0100 Subject: Only export talloc related symbols in libtalloc.so. Michael (This used to be commit 60a4c8411b71f9f17956b51fd882f71273f5b0ca) --- source3/exports/libtalloc.syms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/exports/libtalloc.syms') diff --git a/source3/exports/libtalloc.syms b/source3/exports/libtalloc.syms index eb34bfc012..87f1c5c63e 100644 --- a/source3/exports/libtalloc.syms +++ b/source3/exports/libtalloc.syms @@ -1,3 +1,6 @@ { - global: *; + global: + talloc_*; + _talloc_*; + local: *; }; -- cgit