summarylogtreecommitdiffstats
path: root/io_eof_seen.patch
blob: ac6ddab2d58a5012f7376c963f5e9ba9d5dd908f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/fseterr.c	2014-05-13 21:46:53.000000000 +0100
+++ b/lib/fseterr.c	2022-08-14 05:24:31.777092000 +0100
@@ -29,7 +29,7 @@
   /* Most systems provide FILE as a struct and the necessary bitmask in
      <stdio.h>, because they need it for implementing getc() and putc() as
      fast macros.  */
-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
   fp->_flags |= _IO_ERR_SEEN;
 #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin */
   fp_->_flags |= __SERR;