aboutsummaryrefslogtreecommitdiff
path: root/include/fts.h
AgeCommit message (Collapse)Author
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella
Similar to glob, fts routines passes a stat pointer that might differ of size and layout when 64-bit time API is used. Checked on i686-linux-gnu and x86_64-linux-gnu. Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
2019-02-16Add missing header wrappers under include/Florian Weimer
With a complete set of wrapper headers, it will be possible to check for automatically for new installed headers which lack such wrappers. Reviewed-by: Carlos O'Donell <carlos@redhat.com>