View | Details | Raw Unified | Return to bug 133123
Collapse All | Expand All

(-)llong.h (-1 / +1 lines)
Lines 25-31 Link Here
25
/* if off_t is already 64 bits, be happy, and don't worry about the
25
/* if off_t is already 64 bits, be happy, and don't worry about the
26
 * loff_t and llseek stuff */
26
 * loff_t and llseek stuff */
27
#define MT_OFF_T off_t
27
#define MT_OFF_T off_t
28
#define MT_SIZE_T size_t
28
#define MT_SIZE_T off_t
29
#endif
29
#endif
30
30
31
#ifndef MT_OFF_T
31
#ifndef MT_OFF_T

Return to bug 133123