libc: fix typo in waitid() declaration.
The implementation file uses the correct spelling. Change-Id: I572e336f8695a9754267c8d2e0a67b1b69bacb06
This commit is contained in:
parent
1aa6708cc2
commit
d3f0638aee
@ -56,7 +56,7 @@ extern pid_t wait4(pid_t, int *, int, struct rusage *);
|
||||
*/
|
||||
typedef int idtype_t;
|
||||
|
||||
extern int waidit(idtype_t which, id_t id, siginfo_t *info, int options);
|
||||
extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user