Changeset 25f9823 in mainline for libc/generic/libc.c


Ignore:
Timestamp:
2006-05-17T21:52:56Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b399cc
Parents:
04552a80
Message:

create special entry point for drivers (don't initialize I/O)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/libc.c

    r04552a80 r25f9823  
    4646        psthread_setup(tcb);
    4747        _ipc_init();
    48        
     48}
     49
     50void __io_init(void) {
    4951        open("stdin", 0);
    5052        open("stdout", 0);
Note: See TracChangeset for help on using the changeset viewer.