summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/stubs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/loader/stubs.c b/loader/stubs.c
index afff4c3e4..4dc969d90 100644
--- a/loader/stubs.c
+++ b/loader/stubs.c
@@ -1,4 +1,5 @@
#include <gconv.h>
+#include <stdlib.h>
/* hj's gconv stubs, a little modified */
@@ -69,6 +70,12 @@ strong_alias (__gconv_NOCONV,
strong_alias (__gconv_OK,
__gconv_transliterate);
+const char *
+__gconv_lookup_alias (const char *name)
+{
+ return NULL;
+}
+
int RETURNZERO() { return 0; }
int getlogin_r ( char * name, int size ) {