Changeset cd8ad52 in mainline for kernel/test/thread/thread1.c


Ignore:
Timestamp:
2008-06-03T14:58:05Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b63f8569
Parents:
7ac426e
Message:

proper printf formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/thread/thread1.c

    r7ac426e rcd8ad52  
    4949        while (atomic_get(&finish)) {
    5050                if (!sh_quiet)
    51                         printf("%llu ", THREAD->tid);
     51                        printf("%" PRIu64 " ", THREAD->tid);
    5252                thread_usleep(100000);
    5353        }
Note: See TracChangeset for help on using the changeset viewer.