Changeset 7114d83 in mainline for uspace/lib/libc/include/task.h


Ignore:
Timestamp:
2009-07-06T16:02:27Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d96851
Parents:
d68e4d5
Message:

Allow task to return value (will be improved).

File:
1 edited

Legend:

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

    rd68e4d5 r7114d83  
    4343extern int task_set_name(const char *name);
    4444extern task_id_t task_spawn(const char *path, char *const argv[]);
    45 extern int task_wait(task_id_t id);
     45extern int task_wait(task_id_t id, int *retval);
     46extern int task_retval(int val);
     47
    4648
    4749#endif
Note: See TracChangeset for help on using the changeset viewer.