about summary refs log tree commit diff
path: root/include/fts.h
Commit message (Collapse)AuthorAgeFilesLines
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-0/+51
| | | | | | | | | | | 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>
* Add missing header wrappers under include/Florian Weimer2019-02-161-0/+1
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>