projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204fb2b
)
Compile only if DO_VERSIONING is also defined.
author
drepper
<drepper>
Wed, 4 Nov 1998 23:04:34 +0000
(23:04 +0000)
committer
drepper
<drepper>
Wed, 4 Nov 1998 23:04:34 +0000
(23:04 +0000)
elf/dlopenold.c
patch
|
blob
|
history
diff --git
a/elf/dlopenold.c
b/elf/dlopenold.c
index
a9659ae
..
49fce7a
100644
(file)
--- a/
elf/dlopenold.c
+++ b/
elf/dlopenold.c
@@
-17,7
+17,9
@@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifdef PIC
+/* This file is for compatibility with glibc 2.0. Compile it only if
+ versioning is used. */
+#if defined PIC && DO_VERSIONING
#include <dlfcn.h>
#include <stddef.h>