Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/thread/thread1.c

    ra000878c ra405563  
    5050}
    5151
    52 const char *test_thread1(void)
     52char *test_thread1(void)
    5353{
    5454        unsigned int i;
    55         atomic_count_t total = 0;
     55        int total = 0;
    5656       
    5757        atomic_set(&finish, 1);
Note: See TracChangeset for help on using the changeset viewer.