summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen2003-02-101-7/+1
| | | | | | | so when _FILE_OFFSET_BITS=64 (such that we transparently change 32bit into 64 bit interfaces), we will not lose an unsigned char from d_name which silently becomes the d_type field instead. oops. -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+59
and to better support each arch. This is a really big patch... -Erik