Ignore:
File:
1 edited

Legend:

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

    r099c834 r7148abf  
    9595#endif
    9696
    97         __async_server_init();
    98         __async_client_init();
    99         __async_ports_init();
     97        __async_init();
    10098
    10199        /* The basic run-time environment is setup */
     
    130128}
    131129
    132 void __libc_exit(int status)
     130void exit(int status)
    133131{
    134132        if (env_setup) {
     
    145143}
    146144
    147 void __libc_abort(void)
     145void abort(void)
    148146{
    149147        __SYSCALL1(SYS_TASK_EXIT, true);
Note: See TracChangeset for help on using the changeset viewer.