Fix the type of the idtype argument to wait6() in syscalls.master.

Approved by:	re (kib)
MFC after:	1 week
This commit is contained in:
John Baldwin 2013-09-12 17:52:18 +00:00
parent 99f54f8fd0
commit 84c21af119

View File

@ -952,7 +952,7 @@
off_t offset, off_t len); }
531 AUE_NULL STD { int posix_fadvise(int fd, off_t offset, \
off_t len, int advice); }
532 AUE_WAIT6 STD { int wait6(int idtype, id_t id, \
532 AUE_WAIT6 STD { int wait6(idtype_t idtype, id_t id, \
int *status, int options, \
struct __wrusage *wrusage, \
siginfo_t *info); }