Skip to content
Snippets Groups Projects

nacl: remove deprecated platform

Merged Mehdi Sabwat requested to merge b1ue/vlc:remove-nacl into master
Files
21
+ 0
11
@@ -54,17 +54,6 @@ int putc_unlocked (int c, FILE *stream)
{
return _putc_nolock (c, stream);
}
#elif defined __native_client__
void flockfile (FILE *stream)
{
_flockfile(stream);
}
void funlockfile (FILE *stream)
{
_funlockfile(stream);
}
#else
# error flockfile not implemented on your platform!
#endif
Loading