[vlc-devel] [PATCH 4/6] os2: thread: fix compilation warning

KO Myung-Hun komh78 at gmail.com
Wed Jun 10 05:27:27 CEST 2015


---
 src/os2/thread.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/os2/thread.c b/src/os2/thread.c
index 8673405..da191ac 100644
--- a/src/os2/thread.c
+++ b/src/os2/thread.c
@@ -704,6 +704,9 @@ static int vlc_select( int nfds, fd_set *rdset, fd_set *wrset, fd_set *exset,
 
 /* Export vlc_poll_os2 directly regardless of EXPORTS of .def */
 __declspec(dllexport)
+int vlc_poll_os2( struct pollfd *fds, unsigned nfds, int timeout );
+
+__declspec(dllexport)
 int vlc_poll_os2( struct pollfd *fds, unsigned nfds, int timeout )
 {
     fd_set rdset, wrset, exset;
-- 
1.9.5




More information about the vlc-devel mailing list