-
Rémi Denis-Courmont authored
This reverts commit 4bf41957. This is not needed. readdir() uses one dirent buffer per DIR pointer, not per process. In other words, as long as a given DIR pointer is used in a single thread, readdir() is thread-safe.
11d42955