Changeset 132ab5d1 in mainline for uspace/lib/c/generic/io/log.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/c/generic/io/log.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/log.c
r8bfb163 r132ab5d1 89 89 log, level, NULL); 90 90 int rc = async_data_write_start(exchange, message, str_size(message)); 91 sysarg_t reg_msg_rc;91 int reg_msg_rc; 92 92 async_wait_for(reg_msg, ®_msg_rc); 93 93 … … 199 199 parent, &answer); 200 200 int rc = async_data_write_start(exchange, name, str_size(name)); 201 sysarg_t reg_msg_rc;201 int reg_msg_rc; 202 202 async_wait_for(reg_msg, ®_msg_rc); 203 203
Note:
See TracChangeset
for help on using the changeset viewer.
