From: Ulrich Drepper Date: Thu, 20 Aug 1998 22:59:31 +0000 (+0000) Subject: (_IO_pos_BAD): Define of type _IO_fpos64_t. X-Git-Tag: cvs/glibc-2_0_96~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0695b00cef7d8349bc16e61e62189f185926fdff;p=thirdparty%2Fglibc.git (_IO_pos_BAD): Define of type _IO_fpos64_t. --- diff --git a/libio/iolibio.h b/libio/iolibio.h index ec54d639a69..0ec485eaec7 100644 --- a/libio/iolibio.h +++ b/libio/iolibio.h @@ -47,7 +47,7 @@ extern int _IO_obstack_vprintf __P ((struct obstack *, const char *, _IO_va_list)); extern int _IO_obstack_printf __P ((struct obstack *, const char *, ...)); #ifndef _IO_pos_BAD -#define _IO_pos_BAD ((_IO_fpos_t)(-1)) +#define _IO_pos_BAD ((_IO_fpos64_t)(-1)) #endif #define _IO_clearerr(FP) ((FP)->_flags &= ~(_IO_ERR_SEEN|_IO_EOF_SEEN)) #define _IO_fseek(__fp, __offset, __whence) \