Changeset 2f44fafd in mainline for uspace/lib/c/generic/libc.c


Ignore:
Timestamp:
2019-08-07T04:33:20Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
e0e7eba
Parents:
62273d1
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-12 21:58:23)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:33:20)
Message:

taskman: Implement task_wait API to pass all tests

  • different behavior for different wait flags
  • add locking to fibril code in taskman

Conflicts:

uspace/lib/c/generic/libc.c
uspace/lib/c/generic/task.c

File:
1 edited

Legend:

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

    r62273d1 r2f44fafd  
    190190        if (env_setup) {
    191191                __stdio_done();
    192                 task_retval(status);
     192                task_retval_internal(status, true);
    193193        }
    194194
Note: See TracChangeset for help on using the changeset viewer.