summaryrefslogtreecommitdiffstats
path: root/loader/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/stubs.c')
-rw-r--r--loader/stubs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/stubs.c b/loader/stubs.c
index 1bf59d1cd..6f4984cb0 100644
--- a/loader/stubs.c
+++ b/loader/stubs.c
@@ -86,10 +86,11 @@ int _nl_current_LC_PAPER() { return 0; }
int _nl_current_LC_ADDRESS() { return 0; }
int __mpn_extract_long_double() { return 0; }
int __mpn_extract_double() { return 0; }
-int __getgroups() { return -1; }
int _nl_C_LC_TELEPHONE() { return 0; }
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;}
+int _dl_aux_init() { return 0;}
-
+int _dl_pagesize = 4096;