We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956fc5c commit ebfbb36Copy full SHA for ebfbb36
ndk/sources/android/libportable/arch-mips/poll.c
@@ -104,7 +104,7 @@ static inline short change_mips_events(short mips_events)
104
return mips_events;
105
}
106
107
-extern int poll(struct pollfd *, nfds_t, long);
+extern int poll(struct pollfd *, nfds_t, int);
108
109
int WRAP(poll)(struct pollfd *fds, nfds_t nfds, long timeout)
110
{
0 commit comments