On 02/10/2016 05:31 PM, Bruno Haible wrote:
Can we assume that all readdir() implementations supported by gnulib are actually multithread-safe because the pointer they return is in the area allocated by opendir() [as opposed to a static location]?
That was my assumption, yes. It wouldn't hurt to add a test for this.