mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoid problems on NPTL systems
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -3424,3 +3424,5 @@ Video Disk Recorder Revision History
|
||||
(thanks to Marco Schl<68><6C>ler).
|
||||
- Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel() (thanks to
|
||||
Marco Schl<68><6C>ler).
|
||||
- Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoid
|
||||
problems on NPTL systems (thanks to Chris Warren for pointing this out).
|
||||
|
Reference in New Issue
Block a user