diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-03 22:45:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-03 22:45:15 +0100 |
commit | c67ac50e1763b0b43fd95f4ded6f8a8c10d90d92 (patch) | |
tree | 2898373ff413dfa22ee3db84b9ac3f3a83a7a46d /package/bison/patches/patch-lib_fseterr_c | |
parent | 31fb69c56cd240ffc3df654ffd047f0eaac84a71 (diff) |
bison: update to 3.8.2
Diffstat (limited to 'package/bison/patches/patch-lib_fseterr_c')
-rw-r--r-- | package/bison/patches/patch-lib_fseterr_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bison/patches/patch-lib_fseterr_c b/package/bison/patches/patch-lib_fseterr_c deleted file mode 100644 index 06af7469f..000000000 --- a/package/bison/patches/patch-lib_fseterr_c +++ /dev/null @@ -1,11 +0,0 @@ ---- bison-3.0.4.orig/lib/fseterr.c 2015-01-04 16:43:50.000000000 +0000 -+++ bison-3.0.4/lib/fseterr.c 2019-05-06 08:24:42.407830562 +0000 -@@ -29,7 +29,7 @@ fseterr (FILE *fp) - /* 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; |