aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-12-01 09:46:17 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-12-01 09:46:17 +0000
commit58aaec27050c17f90289181151f0f67648ff8392 (patch)
tree005fc54f310ec722c025d16667ae02ed4774b8f8 /ChangeLog
parentFixup comments related to strong aliases. (diff)
downloadsandbox-58aaec27050c17f90289181151f0f67648ff8392.tar.gz
sandbox-58aaec27050c17f90289181151f0f67648ff8392.tar.bz2
sandbox-58aaec27050c17f90289181151f0f67648ff8392.zip
Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use a
symbol map, and all non-exported symbols are local. Cleanup getcwd.c, as the generic getcwd for older 2.4 kernels do not work properly anyhow, and just makes things slower. Some other warning fixes. Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55df6d3..fd04b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@
Fix non-versioned libc's to also prepend '__' to internal symbols by using
strong aliases.
+ Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use a
+ symbol map, and all non-exported symbols are local. Cleanup getcwd.c, as
+ the generic getcwd for older 2.4 kernels do not work properly anyhow, and
+ just makes things slower. Some other warning fixes.
+
28 Nov 2005; Martin Schlemmer <azarah@gentoo.org> configure.in, sandbox.c,
sandbox_fdutils.c: