Ignore:
File:
1 edited

Legend:

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

    rd54b303 r4d11204  
    122122                __stdio_done();
    123123                task_retval(status);
    124                 fibril_teardown(__tcb_get()->fibril_data);
     124                fibril_teardown(__tcb_get()->fibril_data, false);
    125125        }
    126126       
Note: See TracChangeset for help on using the changeset viewer.