Changeset 1c03c17 in mainline for uspace/lib/libc/generic/io/stream.c
- Timestamp:
- 2008-06-06T23:16:37Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c05a50f
- Parents:
- b7b6753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/stream.c
rb7b6753 r1c03c17 83 83 return count; 84 84 } else 85 return __SYSCALL3(SYS_ IO, 1, (sysarg_t) buf, count);85 return __SYSCALL3(SYS_KLOG, 1, (sysarg_t) buf, count); 86 86 } 87 87 … … 95 95 } 96 96 97 void klog_update(void) 98 { 99 (void) __SYSCALL3(SYS_KLOG, 1, NULL, 0); 100 } 101 97 102 int get_cons_phone(void) 98 103 {
Note:
See TracChangeset
for help on using the changeset viewer.