remove unused __getdents, rename and move file
commitebb6afde680fc420f85a124d548831d59650b611
authorRich Felker <dalias@aerifal.cx>
Tue, 11 Sep 2018 18:09:20 +0000 (11 14:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:35 +0000 (12 14:34 -0400)
tree9d833286d6d349bbcba2e34715ee0a8c0d24d465
parent3fe595de83e398dbc3cdbe303cacaf8485c9ae08
remove unused __getdents, rename and move file

the __-prefixed filename does not make sense when the only purpose of
this file is implementing a public function that's not used as a
backend for implementing the standard dirent functions.
src/linux/getdents.c [moved from src/dirent/__getdents.c with 50% similarity]