am d3f0638a: libc: fix typo in waitid() declaration.
Merge commit 'd3f0638aeec0b1daf4d3347386a5e441d5a4bcc4' into gingerbread-plus-aosp * commit 'd3f0638aeec0b1daf4d3347386a5e441d5a4bcc4': libc: fix typo in waitid() declaration.
This commit is contained in:
commit
5c48537356
@ -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…
x
Reference in New Issue
Block a user