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