We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d91d0f commit 99e6280Copy full SHA for 99e6280
subsys/logging/log_output.c
@@ -4,6 +4,8 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
+#undef _POSIX_C_SOURCE
8
+#define _POSIX_C_SOURCE 200809L
9
#include <zephyr/logging/log_output.h>
10
#include <zephyr/logging/log_ctrl.h>
11
#include <zephyr/logging/log_output_custom.h>
0 commit comments