os_support: Rename the poll fallback function to ff_poll
authorMartin Storsjö <martin@martin.st>
Mon, 25 Jun 2012 09:27:37 +0000 (12:27 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 30 Jun 2012 12:18:17 +0000 (15:18 +0300)
commitcab2eb87f9d692f543d11057dbfac4e590570b18
treef19ab8cb9b2a15f540d4ea26e12c8c120497862d
parentcdee08e36582e443ff8a9bed17ec409551c9f93b
os_support: Rename the poll fallback function to ff_poll

The fallback function is a non-static function, we shouldn't be
defining non-static functions outside of the proper ff/av prefix
namespaces.

This is especially important for a function like poll, which
other parties (other libraries, or executables linking these
libraries) also might provide similar but incompatible fallbacks for.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/os_support.c
libavformat/os_support.h