Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is used

This commit is contained in:
Klaus Schmidinger
2017-06-25 11:54:32 +02:00
parent ce5e23f209
commit 027ae738a8
4 changed files with 12 additions and 2 deletions

View File

@@ -9152,3 +9152,5 @@ Video Disk Recorder Revision History
The old version of cSkinDisplayMenu::SetItemEvent() (without the TimerActive parameter)
is still there for backwards compatibility. It may be removed in a future version,
so plugin authors should switch to the new one.
- Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is used
(suggested by Frank Neumann).