Ignore:
File:
1 edited

Legend:

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

    r7148abf r099c834  
    9595#endif
    9696
    97         __async_init();
     97        __async_server_init();
     98        __async_client_init();
     99        __async_ports_init();
    98100
    99101        /* The basic run-time environment is setup */
     
    128130}
    129131
    130 void exit(int status)
     132void __libc_exit(int status)
    131133{
    132134        if (env_setup) {
     
    143145}
    144146
    145 void abort(void)
     147void __libc_abort(void)
    146148{
    147149        __SYSCALL1(SYS_TASK_EXIT, true);
Note: See TracChangeset for help on using the changeset viewer.