File:  [DVB] / dietlibc / lib / wait3.c
Revision 1.2: download - view: text, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 3 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  Lots of fixes and patches from Markus Oberhumer.
    libstdc++ compatibility
    ilp64 compatibility
    make diet libc compile with -Werror on 13 platforms
  ppc64 now compiles again

#include <sys/wait.h>

pid_t wait3(int* status,int opts,struct rusage* rusage) {
  return wait4(-1,status,opts,rusage);
}

LinuxTV legacy CVS <linuxtv.org/cvs>