Ignore:
File:
1 edited

Legend:

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

    ra3da2b2 r1c635d6  
    3535
    3636#define LIBPOSIX_INTERNAL
     37#define __POSIX_DEF__(x) posix_##x
    3738
    3839#include "../internal/common.h"
     
    99100        int retval;
    100101       
    101         int rc = task_wait((task_id_t) pid, &texit, &retval);
     102        int rc = task_wait_task_id((task_id_t) pid, &texit, &retval);
    102103       
    103104        if (rc < 0) {
Note: See TracChangeset for help on using the changeset viewer.