Update some cmoments

This commit is contained in:
Gregory Nutt
2016-06-20 06:10:56 -06:00
parent a68232863e
commit fa365e85f5
5 changed files with 24 additions and 2 deletions
+4
View File
@@ -214,6 +214,10 @@ int syslog_flush(void);
* equivalent to vsyslog() except that the pre-process priority filtering
* has already been performed and, hence, there is no priority argument.
*
* NOTE: The va_list parameter is passed by reference. That is because
* the va_list is a structure in some compilers and passing of structures
* in the NuttX sycalls does not work.
*
****************************************************************************/
int _vsyslog(FAR const IPTR char *src, FAR va_list *ap);