OSDN Git Service

forgot again about iconv
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 5 Jan 2006 00:06:11 +0000 (00:06 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 5 Jan 2006 00:06:11 +0000 (00:06 -0000)
libc/misc/wchar/wchar.c

index eaa65a7..2535b5f 100644 (file)
@@ -1581,7 +1581,7 @@ static void error_msg(const char *fmt, ...)
                va_end(arg);
        }
 
-       __exit(EXIT_FAILURE);
+       exit(EXIT_FAILURE);
 }
 
 int main(int argc, char **argv)