readdir_r() deprecated?
readdir_r() deprecated?
Posted Nov 8, 2017 0:17 UTC (Wed) by martinkunev (guest, #119485)In reply to: readdir_r() deprecated? by ballombe
Parent article: The GNU C Library version 2.24 is now available
This means to write a portable program macro switches have to be used so that readdir() is called when the platform has glibc and readdir_r() when the platform has other versions of the standard library. How convinient...