summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-14/arch-x86/usr/include/poll.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-11-11 15:54:42 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-11-11 15:58:28 +0800
commite02e042b38d282df98814709a68d40cbcf614216 (patch)
tree7b4397b72d0afef5d4030209383f2723da918389 /9/platforms/android-14/arch-x86/usr/include/poll.h
parent80382fb8411116a733a37ba4f9cc4659427e6894 (diff)
downloadprebuilts_ndk-e02e042b38d282df98814709a68d40cbcf614216.zip
prebuilts_ndk-e02e042b38d282df98814709a68d40cbcf614216.tar.gz
prebuilts_ndk-e02e042b38d282df98814709a68d40cbcf614216.tar.bz2
Refresh prebuilts/ndk/9/platforms with r9b+, part 1/2
Part 1: modify the existing API level Change-Id: Ib14a58f8c1d52d7e5ec95a2f3d64077046c6c0fe
Diffstat (limited to '9/platforms/android-14/arch-x86/usr/include/poll.h')
-rw-r--r--9/platforms/android-14/arch-x86/usr/include/poll.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/9/platforms/android-14/arch-x86/usr/include/poll.h b/9/platforms/android-14/arch-x86/usr/include/poll.h
index 560be89..91068e4 100644
--- a/9/platforms/android-14/arch-x86/usr/include/poll.h
+++ b/9/platforms/android-14/arch-x86/usr/include/poll.h
@@ -35,8 +35,7 @@ __BEGIN_DECLS
typedef unsigned int nfds_t;
-/* POSIX specifies "int" for the timeout, Linux seems to use long... */
-extern int poll(struct pollfd *, nfds_t, long);
+extern int poll(struct pollfd *, nfds_t, int);
__END_DECLS