Skip to content
Commit 7dd66a46 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Need to pass va_list as a reference to vsyslog. This is because va_list is a...

Need to pass va_list as a reference to vsyslog.  This is because va_list is a structure in some compilers and passing of structures in the NuttX sycalls does not work.
parent 690a0e7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment