Rename *lldbg to *llerr

This commit is contained in:
Gregory Nutt
2016-06-11 14:55:27 -06:00
parent 86b79b33cf
commit e99301d7c2
646 changed files with 2688 additions and 2688 deletions
+2 -2
View File
@@ -51,7 +51,7 @@
****************************************************************************/
/****************************************************************************
* Name: dbg, lldbg, info
* Name: dbg, llerr, info
*
* Description:
* If the cross-compiler's pre-processor does not support variable
@@ -73,7 +73,7 @@ int dbg(const char *format, ...)
}
#ifdef CONFIG_ARCH_LOWPUTC
int lldbg(const char *format, ...)
int llerr(const char *format, ...)
{
va_list ap;
int ret;