summaryrefslogtreecommitdiff
path: root/sysdeps/stub
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-08-26 17:39:10 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-08-26 17:39:10 +0000
commit548330d38eefef72c138211300e867733613c7c2 (patch)
tree2eb7f3d647f4b0eacbf3ee4a96322b4dddd18f3c /sysdeps/stub
parentdcf0671d905200c449f92ead6cf43c184637a0d5 (diff)
*** empty log message ***
Diffstat (limited to 'sysdeps/stub')
-rw-r--r--sysdeps/stub/init-first.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/init-first.c b/sysdeps/stub/init-first.c
index de803fadd0..32ffa82c8a 100644
--- a/sysdeps/stub/init-first.c
+++ b/sysdeps/stub/init-first.c
@@ -19,6 +19,8 @@ Cambridge, MA 02139, USA. */
#include <unistd.h>
+int __libc_multiple_libcs = 1;
+
extern void __libc_init (int, char **, char **);
#ifdef PIC