| www.delorie.com/bin/cvsweb.cgi/djgpp/src/libc/posix/sys/stat/lstat.txh | search |
To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.
Up to djgpp/src/libc/posix/sys/stat/
* @var{errno} is incorrect, when describing error returns - use
@code{errno} instead.
* @ref{} should be followed by comma or full-stop (period). Make sure
it is, or use @pxref{} instead.
Add index entries.
Explain the difference between lstat() & stat(); explain when lstat() and stat() should be used.
Determine the st_blksize member of struct stat, rather than defaulting to the transfer buffer size. Cache the block size on a per-drive basis, to reduce the performance hit to only the first file accessed on that drive. Default the block size on floppies and network drives to avoid performance hit. Some tidy up for duplication of definitions that are in sys/stat.h. Also fix warnings in the test programs.
Document that two files on two different drives can have the same inode numbers.
Document that st_size should be treated as an unsigned value for FAT32 support.
Added new function, lstat().
| webmaster | delorie software privacy |
| Copyright © 2024 by DJ Delorie | Updated Apr 2024 |