patch-lib_fseterr_c 699 B

1234567891011
  1. --- bison-3.0.4.orig/lib/fseterr.c 2015-01-04 16:43:50.000000000 +0000
  2. +++ bison-3.0.4/lib/fseterr.c 2019-05-06 08:24:42.407830562 +0000
  3. @@ -29,7 +29,7 @@ fseterr (FILE *fp)
  4. /* Most systems provide FILE as a struct and the necessary bitmask in
  5. <stdio.h>, because they need it for implementing getc() and putc() as
  6. fast macros. */
  7. -#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
  8. +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
  9. fp->_flags |= _IO_ERR_SEEN;
  10. #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin */
  11. fp_->_flags |= __SERR;