From 1d623791abda965978efc061dd2aca2a7bd7be4e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 31 Oct 2011 18:53:23 +0100 Subject: [PATCH] Android/Maemo: remove unneeded declaration That was conflicting with the one in vlc_network.h --- include/vlc_fixups.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h index 595cee24b9..f94b1f0549 100644 --- a/include/vlc_fixups.h +++ b/include/vlc_fixups.h @@ -280,7 +280,6 @@ struct pollfd #elif defined (HAVE_MAEMO) # include # define poll(a, b, c) vlc_poll(a, b, c) -int vlc_poll (struct pollfd *, unsigned, int); #endif #ifndef HAVE_IF_NAMEINDEX -- 2.39.2