Fix prototypes of seekdir/telldir
Enrico Scholz <[email protected]> Tue, 13 Aug 2013 14:08:35 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
[https://github.com/ensc/dietlibc/commit/36ae7269f111170c70d85139f54e283e70f6a87d] The position used by seekdir(3) and telldir(3) must be of type 'long', not of type 'off_t'. Enrico