Code

OS utils: Use readdir() instead of the now deprecated readdir_r().
authorSebastian Harl <sh@tokkee.org>
Sun, 25 Sep 2016 18:49:43 +0000 (20:49 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 25 Sep 2016 18:49:43 +0000 (20:49 +0200)
commit2d74729ad602709cae9f48c96c2810ee0c5e340b
treea26ce8cd6168024066228d89e44c0fc45be73a89
parent6856fc4a03dfa294144277d853277e5cce97e0ad
OS utils: Use readdir() instead of the now deprecated readdir_r().

Cf. https://sourceware.org/ml/libc-alpha/2016-02/msg00093.html
src/utils/os.c