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 d1c7e18 commit 39e873fCopy full SHA for 39e873f
fs/procfs/fs_procfsproc.c
@@ -155,7 +155,7 @@ struct proc_envinfo_s
155
* Private Data
156
****************************************************************************/
157
158
-static FAR const char *g_policy[4] =
+static FAR const char * const g_policy[4] =
159
{
160
"SCHED_FIFO", "SCHED_RR", "SCHED_SPORADIC"
161
};
sched/misc/assert.c
@@ -93,7 +93,7 @@
93
94
static uintptr_t
95
g_last_regs[XCPTCONTEXT_REGS] aligned_data(XCPTCONTEXT_ALIGN);
96
97
98
"FIFO", "RR", "SPORADIC"
99
0 commit comments