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

This commit is contained in:
Gregory Nutt
2015-12-12 09:38:44 -06:00
+2 -1
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
{