summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-03-14 14:33:22 +0000
committerErik Troan <ewt@redhat.com>2001-03-14 14:33:22 +0000
commit57a06965e911ceaa573dfc5d8ff791fc17cd841d (patch)
tree4d2480ce7a613483c1e789dc69e9ceee8b5eae86 /loader
parent90634b62e552d498224de3877b9c2f006f24367e (diff)
downloadanaconda-57a06965e911ceaa573dfc5d8ff791fc17cd841d.tar.gz
anaconda-57a06965e911ceaa573dfc5d8ff791fc17cd841d.tar.xz
anaconda-57a06965e911ceaa573dfc5d8ff791fc17cd841d.zip
added patches from jakub for new glibc
Diffstat (limited to 'loader')
-rw-r--r--loader/dl-stub.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/loader/dl-stub.c b/loader/dl-stub.c
index 79a27a382..71a5acb0e 100644
--- a/loader/dl-stub.c
+++ b/loader/dl-stub.c
@@ -5,3 +5,10 @@ void _dl_mcount_wrapper (void *selfpc)
void _dl_mcount_wrapper_check (void *selfpc)
{
}
+
+int _dl_osversion;
+int __libc_multiple_libcs;
+int __libc_enable_secure;
+
+void __libc_check_standard_fds (void) { }
+