From 027ae738a87db113984d7c079db16b855e0cee3d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 25 Jun 2017 11:54:32 +0200 Subject: Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is used --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 1ffaa77b..06139383 100644 --- a/HISTORY +++ b/HISTORY @@ -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). -- cgit v1.2.3