diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-14 14:36:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-14 14:36:47 +0000 |
commit | 06720aa487df57cab3fca048e77ab2a10e93f957 (patch) | |
tree | 075fe78d198cc4cce563f94ba3727421991ffb7d /loader | |
parent | 57a06965e911ceaa573dfc5d8ff791fc17cd841d (diff) | |
download | anaconda-06720aa487df57cab3fca048e77ab2a10e93f957.tar.gz anaconda-06720aa487df57cab3fca048e77ab2a10e93f957.tar.xz anaconda-06720aa487df57cab3fca048e77ab2a10e93f957.zip |
use stub on alpha too, now that they're fixed
Diffstat (limited to 'loader')
-rw-r--r-- | loader/stubs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/stubs.c b/loader/stubs.c index 87f30deed..6f4984cb0 100644 --- a/loader/stubs.c +++ b/loader/stubs.c @@ -91,8 +91,6 @@ int _nl_C_LC_MEASUREMENT() { return 0; } int _nl_C_LC_PAPER() { return 0; } int _nl_C_LC_ADDRESS() { return 0; } int _dl_clktck() { return 0;} -#ifndef __alpha__ int _dl_aux_init() { return 0;} -#endif int _dl_pagesize = 4096; |