Commit 1d623791 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Android/Maemo: remove unneeded declaration

That was conflicting with the one in vlc_network.h
parent f189f90f
......@@ -280,7 +280,6 @@ struct pollfd
#elif defined (HAVE_MAEMO)
# include <poll.h>
# define poll(a, b, c) vlc_poll(a, b, c)
int vlc_poll (struct pollfd *, unsigned, int);
#endif
#ifndef HAVE_IF_NAMEINDEX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment