You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/04 16:38:31 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #2218: signal.h: fix compile failed when open TTY_SIGINT

xiaoxiang781216 opened a new pull request #2218:
URL: https://github.com/apache/incubator-nuttx/pull/2218


   ## Summary
   In file included from string/lib_strsignal.c:40:0:
   string/lib_strsignal.c: In function ‘strsignal’:
   string/lib_strsignal.c:142:12: error: ‘CONFIG_SIG_STOP’ undeclared (first use in this function); did you mean ‘CONFIG_SIG_PIPE’?
          case SIGSTOP:
               ^
   string/lib_strsignal.c:142:12: note: each undeclared identifier is reported only once for each function it appears in
   string/lib_strsignal.c:147:12: error: ‘CONFIG_SIG_STP’ undeclared (first use in this function); did you mean ‘CONFIG_SIG_STOP’?
          case SIGSTP:
   
   ## Impact
   SIGSTOP/SIGTSTP/SIGCONT/SIGKILL/SIGINT/SIGQUIT/SIGTERM can be used regardless CONFIG_SIG_SIGSTOP_ACTION and CONFIG_SIG_SIGKILL_ACTION setting.
   
   ## Testing
   lib_strsignal.c can pass build even when CONFIG_SIG_SIGSTOP_ACTION equal false
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerpelea merged pull request #2218: signal.h: fix compile failed when open TTY_SIGINT

Posted by GitBox <gi...@apache.org>.
jerpelea merged pull request #2218:
URL: https://github.com/apache/incubator-nuttx/pull/2218


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org