v01d opened a new issue #3328:
URL: https://github.com/apache/incubator-nuttx/issues/3328


   ```
     Description: In the POSIX description of this function the pause() function
                  must suspend the calling thread until delivery of a signal 
whose
                  action is either to execute a signal-catching function or to
                  terminate the process.  The current implementation only waits 
for
                  any non-blocked signal to be received.  It should only wake 
up if
                  the signal is delivered to a handler.
     Status:      Open.
     Priority:    Medium Low.
   ```


-- 
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:
[email protected]


Reply via email to