File:  [DVB] / dietlibc / s390x / __waitpid.c
Revision 1.3: download - view: text, annotated - select for diffs
Fri May 13 18:39:32 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
  Lots of fixes and patches from Markus Oberhumer.
    provide time() using gettimeofday for s390x
    remove waitpid warnings on ia64, s390/x
    provide C++ exception handling support

#include <sys/types.h>
#include <sys/wait.h>

pid_t waitpid(pid_t pid, int * wait_stat, int flags) {
  return wait4(pid, wait_stat, flags, 0);
}

LinuxTV legacy CVS <linuxtv.org/cvs>