Changes in uspace/lib/posix/source/sys/wait.c [fdf97f6:1c635d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/sys/wait.c
rfdf97f6 r1c635d6 100 100 int retval; 101 101 102 int rc = task_wait ((task_id_t) pid, &texit, &retval);102 int rc = task_wait_task_id((task_id_t) pid, &texit, &retval); 103 103 104 104 if (rc < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.