move struct dirent to bits header, allow NAME_MAX to vary
authorRich Felker <dalias@aerifal.cx>
Sun, 26 Jan 2020 04:08:55 +0000 (23:08 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 26 Jan 2020 04:08:55 +0000 (23:08 -0500)
commit614c9e7b1eecb71c5718c34f1724e8758cbe3c27
treec2533a1a4a20392851586d52bc8456c2d20b1ebe
parent83350eb17b9cb355e3f08b0340c4f1e8c437fac9
move struct dirent to bits header, allow NAME_MAX to vary

this is not necessary for linux but is a simple, inexpensive change to
make that facilitates ports to systems where NAME_MAX needs to be
longer.
arch/generic/bits/dirent.h [new file with mode: 0644]
include/dirent.h
include/limits.h