Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/signal/block.cfa

    rb81fd95 r959f6ad  
    8282        if( !is_empty( cond ) ) {
    8383
    84                 $thread * next = ( $thread * ) front( cond );
     84                $thread * next = front( cond );
    8585
    8686                if( ! signal_block( cond ) ) {
Note: See TracChangeset for help on using the changeset viewer.