Changes in uspace/lib/posix/source/signal.c [fdf97f6:193d280c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/signal.c
rfdf97f6 r193d280c 382 382 * Raise all unblocked previously queued signals. 383 383 */ 384 static void _dequeue_unblocked_signals( )384 static void _dequeue_unblocked_signals(void) 385 385 { 386 386 link_t *iterator = _signal_queue.head.next;
Note:
See TracChangeset
for help on using the changeset viewer.