You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/clish/shell/shell_execute.c
|
|
+++ b/clish/shell/shell_execute.c
|
|
@@ -19,13 +19,6 @@
|
|
#include <signal.h>
|
|
#include <fcntl.h>
|
|
|
|
-/* Empty signal handler to ignore signal but don't use SIG_IGN. */
|
|
-static void sigignore(int signo)
|
|
-{
|
|
- signo = signo; /* Happy compiler */
|
|
- return;
|
|
-}
|
|
-
|
|
/*-------------------------------------------------------- */
|
|
static int clish_shell_lock(const char *lock_path)
|
|
{
|