diff options
Diffstat (limited to 'sysdeps/posix/waitid.c')
-rw-r--r-- | sysdeps/posix/waitid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/waitid.c b/sysdeps/posix/waitid.c index fa9021115f..7bb3bbeb47 100644 --- a/sysdeps/posix/waitid.c +++ b/sysdeps/posix/waitid.c @@ -69,7 +69,7 @@ waitid (idtype, id, infop, options) return -1; } - child = waitpid (pid, &status, options); + child = __waitpid (pid, &status, options); if (child == -1) /* `waitpid' set `errno' for us. */ |