diff options
-rw-r--r-- | sys/sys/iconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/iconv.h b/sys/sys/iconv.h index 4764aaf..0f20129 100644 --- a/sys/sys/iconv.h +++ b/sys/sys/iconv.h @@ -146,7 +146,7 @@ int iconv_converter_donestub(struct iconv_converter_class *dp); int iconv_converter_handler(module_t mod, int type, void *data); #ifdef ICONV_DEBUG -#define ICDEBUG(format, args...) printf("%s: "format, __FUNCTION__ ,## args) +#define ICDEBUG(format, args...) printf("%s: "format, __func__ ,## args) #else #define ICDEBUG(format, args...) #endif |