mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
sched: modify CONFIG_DUMP_ON_EXIT to CONFIG_SCHED_DUMP_ON_EXIT
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ void files_initlist(FAR struct filelist *list)
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_DUMP_ON_EXIT
|
#ifdef CONFIG_SCHED_DUMP_ON_EXIT
|
||||||
void files_dumplist(FAR struct filelist *list)
|
void files_dumplist(FAR struct filelist *list)
|
||||||
{
|
{
|
||||||
int count = files_countlist(list);
|
int count = files_countlist(list);
|
||||||
|
|||||||
@@ -886,7 +886,7 @@ void files_initlist(FAR struct filelist *list);
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_DUMP_ON_EXIT
|
#ifdef CONFIG_SCHED_DUMP_ON_EXIT
|
||||||
void files_dumplist(FAR struct filelist *list);
|
void files_dumplist(FAR struct filelist *list);
|
||||||
#else
|
#else
|
||||||
# define files_dumplist(l)
|
# define files_dumplist(l)
|
||||||
|
|||||||
Reference in New Issue
Block a user