Changeset 663c5a6 in mainline


Ignore:
Timestamp:
2008-06-03T15:02:31Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba661bc
Parents:
adb4d6c2
Message:

remove io_init, open console in main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/libc.c

    radb4d6c2 r663c5a6  
    6565        f = fibril_setup();
    6666        __tcb_set(f->tcb);
    67 }
    68 
    69 void __io_init(void)
    70 {
    71         open_stdin();
    72         open_stdout();
     67       
     68        open_console();
    7369}
    7470
Note: See TracChangeset for help on using the changeset viewer.