Fix incorrect extern declaration of poll(2).
Change-Id: I9ed5136a6b7d20fd0520e09d455a0447ea73e122
This commit is contained in:
@@ -104,7 +104,7 @@ static inline short change_mips_events(short mips_events)
|
|||||||
return 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)
|
int WRAP(poll)(struct pollfd *fds, nfds_t nfds, long timeout)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user