summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-27 18:28:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-27 18:28:49 +0000
commit0582f98ab57d15e55717a22ba4bba6d961c3395b (patch)
tree1229f23dad461ada1da50788350804fbf8039956 /nuttx/examples/nsh/nsh.h
parente1920b37dfc358ae73ce55665b36877c99db4e5b (diff)
downloadpx4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.tar.gz
px4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.tar.bz2
px4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.zip
cat and cp need to exit if a signal is recievednuttx-5.18
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3323 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nsh/nsh.h')
-rw-r--r--nuttx/examples/nsh/nsh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/examples/nsh/nsh.h b/nuttx/examples/nsh/nsh.h
index 29bd19b98..1fd1b3e92 100644
--- a/nuttx/examples/nsh/nsh.h
+++ b/nuttx/examples/nsh/nsh.h
@@ -286,6 +286,9 @@ extern const char g_fmtcontext[];
extern const char g_fmtcmdfailed[];
extern const char g_fmtcmdoutofmemory[];
extern const char g_fmtinternalerror[];
+#ifndef CONFIG_DISABLE_SIGNALS
+extern const char g_fmtsignalrecvd[];
+#endif
/****************************************************************************
* Public Function Prototypes