Changeset 78192cc7 in mainline for uspace/app/vlaunch/vlaunch.c
- Timestamp:
- 2014-07-13T14:06:23Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af2a76c, f303f2cf
- Parents:
- c1b979a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/vlaunch.c
rc1b979a r78192cc7 200 200 } 201 201 202 timer = fibril_timer_create( );202 timer = fibril_timer_create(NULL); 203 203 if (!timer) { 204 204 printf("Unable to create timer.\n");
Note:
See TracChangeset
for help on using the changeset viewer.