Changeset 22d990c in mainline for uspace/lib/c/include/task.h


Ignore:
Timestamp:
2020-01-11T00:36:26Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/task.h

    r8a74512 r22d990c  
    6868    __attribute__((sentinel));
    6969
     70extern void task_cancel_wait(task_wait_t *);
    7071extern errno_t task_wait(task_wait_t *, task_exit_t *, int *);
    7172extern errno_t task_wait_task_id(task_id_t, int, task_exit_t *, int *);
    72 
    73 extern void task_cancel_wait(task_wait_t *);
    7473
    7574extern errno_t task_retval(int);
Note: See TracChangeset for help on using the changeset viewer.