Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog

This commit is contained in:
Gregory Nutt
2014-10-08 19:08:26 -06:00
parent f824b59f43
commit ec57ab6391
16 changed files with 575 additions and 158 deletions
+1
View File
@@ -45,6 +45,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include <nuttx/streams.h>
#include "lib_internal.h"