Changeset d8fcfc0 in mainline


Ignore:
Timestamp:
2009-03-02T17:24:28Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6cef75da
Parents:
a212307
Message:

remove console_wait() (this will be moved to libc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/klog/klog.c

    ra212307 rd8fcfc0  
    2828
    2929/** @addtogroup klog KLog
    30  * @brief       HelenOS KLog
     30 * @brief HelenOS KLog
    3131 * @{
    32  */ 
     32 */
    3333/**
    3434 * @file
     
    5050/* Pointer to klog area */
    5151static char *klog;
    52 
    53 static void console_wait(void)
    54 {
    55         while (get_cons_phone() < 0)
    56                 usleep(50000);  // FIXME
    57 }
    5852
    5953static void interrupt_received(ipc_callid_t callid, ipc_call_t *call)
Note: See TracChangeset for help on using the changeset viewer.