Remove possibly misleading comments.

Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-11-27 11:27:50 +00:00
parent de39d62c14
commit d2f5fe7cc7
1 changed files with 0 additions and 6 deletions

View File

@ -25,12 +25,6 @@
/**
* @file os_support.h
* miscellaneous OS support macros and functions.
*
* - socklen_t typedef (BeOS, Innotek libc)
* - usleep() (Win32, BeOS)
* - lseek() (Win32)
* - closesocket()
* - poll() (BeOS, MinGW)
*/
#if defined(__BEOS__) || defined(__INNOTEK_LIBC__)