diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-12 20:50:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-12 20:50:47 +0000 |
commit | 911cf98a4f133675b061c6e28ce87542d3decf52 (patch) | |
tree | c4989084f980d0cd05dda0231b72cad4aa6bd32b /loader | |
parent | b4b415a462e5067f9dc05005ea6f1015bd5b3655 (diff) | |
download | anaconda-911cf98a4f133675b061c6e28ce87542d3decf52.tar.gz anaconda-911cf98a4f133675b061c6e28ce87542d3decf52.tar.xz anaconda-911cf98a4f133675b061c6e28ce87542d3decf52.zip |
eep, does not work on alpha
Diffstat (limited to 'loader')
-rw-r--r-- | loader/stubs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/stubs.c b/loader/stubs.c index 6f4984cb0..87f30deed 100644 --- a/loader/stubs.c +++ b/loader/stubs.c @@ -91,6 +91,8 @@ 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; |