Disabled the use of fadvise in cUnbufferedFile because there have been several reports that it causes more problems than it solves

This commit is contained in:
Klaus Schmidinger
2006-01-05 11:32:32 +01:00
parent 645170db0a
commit bc269db4fc
3 changed files with 23 additions and 2 deletions

View File

@@ -1610,3 +1610,7 @@ Thiemo Gehrke <tgehrke@reel-multimedia.com>
Gavin Hamill <gdh@acentral.co.uk>
for reporting a missing #include "thread.h" in dvbspu.c
Petri Hintukainen <Petri.Hintukainen@hut.fi>
for suggesting to disable the use of "fadvise" in cUnbufferedFile because there
have been several reports that it causes more problems than it solves