Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3222 → Rev 3117

/trunk/uspace/lib/libc/generic/io/stream.c
96,15 → 96,6
}
}
 
void close_console(void)
{
if (console_phone >= 0) {
if (ipc_hangup(console_phone) == 0) {
console_phone = -1;
}
}
}
 
void klog_update(void)
{
(void) __SYSCALL3(SYS_KLOG, 1, NULL, 0);