(_IO_pos_BAD): Define of type _IO_fpos64_t.

This commit is contained in:
Ulrich Drepper 1998-08-20 22:59:31 +00:00
parent 8e48355c5b
commit 0695b00cef

View File

@ -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) \