OSDN Git Service

drop support for pre ISO-C compilers
[uclinux-h8/uClibc.git] / include / iconv.h
index 847ada6..d850de5 100644 (file)
@@ -38,7 +38,7 @@ typedef void *iconv_t;
 
    This function is a possible cancellation points and therefore not
    marked with __THROW.  */
-extern iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
+extern iconv_t iconv_open (const char *__tocode, const char *__fromcode);
 
 /* Convert at most *INBYTESLEFT bytes from *INBUF according to the
    code conversion algorithm specified by CD and place up to