Merge remote-tracking branch 'origin/master' into module

This commit is contained in:
Gregory Nutt 2015-12-12 09:38:44 -06:00
commit 9ef33d8ebc

View File

@ -165,7 +165,8 @@ static FAR sigpendq_t *sig_allocatependingsignal(void)
}
/* If we were not called from an interrupt handler, then we are
* free to allocate pending action structures if necessary. */
* free to allocate pending action structures if necessary.
*/
else
{