-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
children; otherwise don't. */
pid_t
DEFUN(__wait3, (stat_loc, options, usage),
- union wait *stat_loc AND int options AND PTR usage)
+ union wait *stat_loc AND int options AND struct rusage *usage)
{
return __wait4 (WAIT_ANY, stat_loc, options, usage);
}