am 1a062a25: am 00d5277a: am 9c527023: am 122d194b: Merge "Fix incorrect extern declaration of poll(2)."

* commit '1a062a254f5d39502117d21c73d4a64a2dd037ae':
  Fix incorrect extern declaration of poll(2).
This commit is contained in:
Elliott Hughes
2014-01-09 21:35:18 +00:00
committed by Android Git Automerger

View File

@@ -104,7 +104,7 @@ static inline short change_mips_events(short mips_events)
return mips_events;
}
extern int poll(struct pollfd *, nfds_t, long);
extern int poll(struct pollfd *, nfds_t, int);
int WRAP(poll)(struct pollfd *fds, nfds_t nfds, long timeout)
{