]> sourceware.org Git - glibc.git/commitdiff
(_IO_pos_BAD): Define of type _IO_fpos64_t.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 22:59:31 +0000 (22:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 22:59:31 +0000 (22:59 +0000)
libio/iolibio.h

index ec54d639a692314e8d8fa6732126c4ef1da13857..0ec485eaec70a573c781ed17c1c06cf7d5012f9e 100644 (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) \
This page took 0.046608 seconds and 5 git commands to generate.