Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715842 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/l64seek.h (-1 / +1 lines)
Lines 27-33 Link Here
27
 * offsets.
27
 * offsets.
28
 */
28
 */
29
29
30
typedef loff_t off64_t;
30
typedef off_t off64_t;
31
typedef off64_t s64_t;
31
typedef off64_t s64_t;
32
32
33
off64_t l64seek(int fd, off64_t offset, int whence);
33
off64_t l64seek(int fd, off64_t offset, int whence);

Return to bug 715842