Mail Archives: djgpp-workers/1997/10/12/10:09:42
> Since FAT32 drives are here and reportedly are even supported in plain
> DOS, maybe v2.02 should make off_t to be unsigned? (Some of the library
> functions will need to be fixed as well, but that's another problem; I
> hope to be able to do that, with some help from a guy who has FAT32 drive
> on his machine).
>
> Are there any adverse effects of making off_t unsigned?
POSIX.1 specifically states that "pid_t, ssize_t, and off_t shall be
signed arithmetic types".
- Raw text -