[BACK]Return to wait.2 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/sys/wait.2 between version 1.2 and 1.3

version 1.2, 1993/08/01 07:42:00 version 1.3, 1993/10/05 16:42:40
Line 46 
Line 46 
 .Fd #include <sys/wait.h>  .Fd #include <sys/wait.h>
 .Ft pid_t  .Ft pid_t
 .Fn wait "int *status"  .Fn wait "int *status"
 .Fd #include <sys/time.h>  
 .Fd #include <sys/resource.h>  
 .Ft pid_t  .Ft pid_t
 .Fn waitpid "pid_t wpid" "int *status" "int options"  .Fn waitpid "pid_t wpid" "int *status" "int options"
   .Fd #include <sys/time.h>
   .Fd #include <sys/resource.h>
 .Ft pid_t  .Ft pid_t
 .Fn wait3 "int *status" "int options" "struct rusage *rusage"  .Fn wait3 "int *status" "int options" "struct rusage *rusage"
 .Ft pid_t  .Ft pid_t

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>