From 911cf98a4f133675b061c6e28ce87542d3decf52 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 12 Mar 2001 20:50:47 +0000 Subject: eep, does not work on alpha --- loader/stubs.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit