Changes in uspace/app/trace/trace.c [01900b6:87822ce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r01900b6 r87822ce 511 511 { 512 512 cons_event_t event; 513 errno_t rc; 513 514 514 515 (void) arg; … … 522 523 fibril_mutex_unlock(&state_lock); 523 524 524 if (!console_get_event(console, &event)) 525 rc = console_get_event(console, &event); 526 if (rc != EOK) 525 527 return EINVAL; 526 528
Note:
See TracChangeset
for help on using the changeset viewer.