Changeset 6c441cf8 in mainline for kernel/test/synch


Ignore:
Timestamp:
2008-02-27T11:49:17Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56976a17
Parents:
fdb7795
Message:

code cleanup (mostly signed/unsigned)
allow extra compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/rwlock5.c

    rfdb7795 r6c441cf8  
    7070{
    7171        int i, j, k;
    72         count_t readers, writers;
     72        long readers, writers;
    7373       
    7474        waitq_initialize(&can_start);
Note: See TracChangeset for help on using the changeset viewer.