diff options
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; |