Changeset 3529f148 in mainline for uspace/lib/posix/src/sys/wait.c


Ignore:
Timestamp:
2020-03-06T19:14:20Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
13b4504
Parents:
06599a1
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
Message:

Adding types task_wait_flag_t and ipc_start_flag_t which replaces makros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/sys/wait.c

    r06599a1 r3529f148  
    101101        assert(options == 0 /* None of the options are supported. */);
    102102
    103         int flags = TASK_WAIT_RETVAL | TASK_WAIT_EXIT;
     103        task_wait_flag_t flags = TASK_WAIT_RETVAL | TASK_WAIT_EXIT;
    104104        task_exit_t texit;
    105105        int retval;
Note: See TracChangeset for help on using the changeset viewer.