Changeset 153a209 in mainline for libc/generic/psthread.c


Ignore:
Timestamp:
2006-06-16T21:13:55Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
501a8ba
Parents:
a46da63
Message:

Some cleanups. Martin…try make clean;make…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/psthread.c

    ra46da63 r153a209  
    156156                } /* If ctype == PS_TO_MANAGER, don't save ourselves to any list, we should
    157157                   * already be somewhere, or we will be lost */
    158         }
     158        } else
     159                srcpt = NULL; /* Avoid GCC warning, if ctype == PS_FROM_DEAD, srcpt is not used */
    159160
    160161        /* Choose new thread to run */
Note: See TracChangeset for help on using the changeset viewer.