Changeset c1c0184 in mainline for uspace/lib/c/generic/libc.c


Ignore:
Timestamp:
2010-12-26T17:18:36Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3cce52
Parents:
7907cf9
Message:

Make session management explicit.

File:
1 edited

Legend:

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

    r7907cf9 rc1c0184  
    6666        __heap_init();
    6767        __async_init();
    68         (void) async_sess_init();
    6968        fibril_t *fibril = fibril_setup();
    7069        __tcb_set(fibril->tcb);
Note: See TracChangeset for help on using the changeset viewer.