mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
This commit is contained in:
@@ -206,12 +206,6 @@ int lowvsyslog(int priority, FAR const char *format, va_list ap);
|
||||
|
||||
int setlogmask(int mask);
|
||||
|
||||
#if defined(CONFIG_SYSLOG_ENABLE) && defined(__KERNEL__)
|
||||
/* Non-standard interface to enable or disable syslog output */
|
||||
|
||||
void syslog_enable(bool enable);
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user