summaryrefslogtreecommitdiff
path: root/src/libstddjb/waitn.c
blob: 4d980ccb934d29c6cc2891f44b182f21d1e746f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#include <sys/wait.h>

#include <skalibs/djbunix.h>

int waitn (pid_t *pids, unsigned int n)
{
  int dummy ;
  return waitn_posix(pids, n, &dummy) ;
}