diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-11-30 08:42:30 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-11-30 08:42:30 +0000 |
commit | 590230a9446151277bd8e6613bcc729b5570a0d6 (patch) | |
tree | 957ae4a81dcab8c2b087f11ba3a6682709b58a4e /src | |
parent | Revert 64bit arch test, as we should build the 32bit version without full (diff) | |
download | sandbox-590230a9446151277bd8e6613bcc729b5570a0d6.tar.gz sandbox-590230a9446151277bd8e6613bcc729b5570a0d6.tar.bz2 sandbox-590230a9446151277bd8e6613bcc729b5570a0d6.zip |
Move dlvsym define. Add symbol_version macros.
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/sandbox.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sandbox.h b/src/sandbox.h index 3351c2c..01303e2 100644 --- a/src/sandbox.h +++ b/src/sandbox.h @@ -59,10 +59,6 @@ #define SB_BUF_LEN 2048 -#if !HAVE_DLVSYM -# define dlvsym(lib, sym, ver) dlsym(lib, sym) -#endif - /* Gentoo style e* printing macro's */ #define EINFO(_color, _hilight, _args...) \ do { \ |