Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
1d623791
Commit
1d623791
authored
Oct 31, 2011
by
Jean-Baptiste Kempf
Browse files
Android/Maemo: remove unneeded declaration
That was conflicting with the one in vlc_network.h
parent
f189f90f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_fixups.h
View file @
1d623791
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment