From 1a5ef68e9c9ed794c50be9b5a1aaef5f960b73fa Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 30 Apr 2001 16:34:12 +0000 Subject: added new stub for __gconv_lookup_alias --- loader/stubs.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'loader/stubs.c') 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 +#include /* 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 ) { -- cgit