diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-23 02:49:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-23 02:49:47 +0000 |
commit | 8454d1259fd3d81fbb8c6d0d12d93d44e4cf4cf8 (patch) | |
tree | 527e0496e4d12f6530b7f94e1cdd34d269a262c6 /loader/stubs.c | |
parent | 64b6b1d78e1171cf0c47f953c67f12ed15fc7aa8 (diff) | |
download | anaconda-8454d1259fd3d81fbb8c6d0d12d93d44e4cf4cf8.tar.gz anaconda-8454d1259fd3d81fbb8c6d0d12d93d44e4cf4cf8.tar.xz anaconda-8454d1259fd3d81fbb8c6d0d12d93d44e4cf4cf8.zip |
mod stubs to link against 2.2.2-8
Diffstat (limited to 'loader/stubs.c')
-rw-r--r-- | loader/stubs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/stubs.c b/loader/stubs.c index 6f4984cb0..afff4c3e4 100644 --- a/loader/stubs.c +++ b/loader/stubs.c @@ -92,5 +92,8 @@ int _nl_C_LC_PAPER() { return 0; } int _nl_C_LC_ADDRESS() { return 0; } int _dl_clktck() { return 0;} int _dl_aux_init() { return 0;} +void * __libc_dlopen() {return 0;} +void * __libc_dlsym() {return 0;} +void * __libc_dlclose() {return 0;} int _dl_pagesize = 4096; |