On line 24 of lib/fwriting.c we see
/* This file is not used on systems that have the __fwritable function,
Should that not be __fwriting instead of __fwritable ?
--
Tim RiceMultitalents
t...@multitalents.net
On Thu, 24 Sep 2020, Tim Rice wrote:
>
> Hi Bruno,
>
> On Fri, 25 Sep 2020, Bruno Haible wrote:
>
> > Tim Rice wrote:
> > > I've attached a patch to address the fact that UnixWare does not have
> > > stdio_ext.h but has some __X() stdio helper functions.
> >
> > In which header file are they d
Hi Paul,
On Thu, 24 Sep 2020, Paul Eggert wrote:
> On 9/24/20 1:49 PM, Tim Rice wrote:
> > Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X
>
> Shouldn't this also add AC_CHECK_HEADERS_ONCE([stdio_ext.h]) to the
> corresponding .m4 files, as fpending.m4 and getpass.m4 already do?
Seems
Hi Bruno,
On Fri, 25 Sep 2020, Bruno Haible wrote:
> Tim Rice wrote:
> > I've attached a patch to address the fact that UnixWare does not have
> > stdio_ext.h but has some __X() stdio helper functions.
>
> In which header file are they declared? Can you show these declarations,
> please?
>
>
Tim Rice wrote:
> I've attached a patch to address the fact that UnixWare does not have
> stdio_ext.h but has some __X() stdio helper functions.
In which header file are they declared? Can you show these declarations,
please?
Bruno
On 9/24/20 1:49 PM, Tim Rice wrote:
Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X
Shouldn't this also add AC_CHECK_HEADERS_ONCE([stdio_ext.h]) to the
corresponding .m4 files, as fpending.m4 and getpass.m4 already do?
Never mind, I can't read today.
On Thu, 24 Sep 2020, Tim Rice wrote:
>
> This does not look right.
> ---
> 57#elif defined _IOERR/* AIX, HP-UX, IRIX, OSF/1,
> Solaris, OpenServer, mingw, MSVC, NonStop Kernel, OpenVMS */
> 58# if defined WINDOWS_OPAQUE_FILE
> 59
This does not look right.
---
57 #elif defined _IOERR/* AIX, HP-UX, IRIX, OSF/1,
Solaris, OpenServer, mingw, MSVC, NonStop Kernel, OpenVMS */
58 # if defined WINDOWS_OPAQUE_FILE
59if (fp_->_flag & 0x100)
60 return _IOFBF; /* Impossible to distinguis
I've attached a patch to address the fact that UnixWare does not have
stdio_ext.h but has some __X() stdio helper functions.
Wrap "#include " in HAVE_STDIO_EXT_H insead of HAVE___X
--
Tim RiceMultitalents
t...@multitalents.net
diff --git a/ChangeLog b/ChangeLog
i