From 3b4bb4227047e9a48aca3ace9160aca7edea3206 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Feb 2015 07:21:56 -0600 Subject: [PATCH] NSH: Fix error in conditional compilation in PS command. From Macs N --- apps/nshlib/nsh_proccmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nshlib/nsh_proccmds.c b/apps/nshlib/nsh_proccmds.c index 6d3b6ab66..f436cc6af 100644 --- a/apps/nshlib/nsh_proccmds.c +++ b/apps/nshlib/nsh_proccmds.c @@ -90,7 +90,7 @@ static const char *g_statenames[] = "RUNNING ", "INACTIVE", "WAITSEM ", -#ifndef CONFIG_DISABLE_MQUEUE +#ifndef CONFIG_DISABLE_SIGNALS "WAITSIG ", #endif #ifndef CONFIG_DISABLE_MQUEUE