bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Tim Rice <tim@multitalents.net>
To: Bruno Haible <bruno@clisp.org>
Cc: bug-gnulib@gnu.org
Subject: Re: patch: stdio fiex for UnixWare
Date: Thu, 24 Sep 2020 18:08:02 -0700 (PDT)	[thread overview]
Message-ID: <alpine.UW2.2.11.2009241803470.1715@server01.int.multitalents.net> (raw)
In-Reply-To: <2153544.BkxsDORIQK@omega>


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?
> 
> Bruno

stdio.h

extern size_t   __fbufsiz(FILE *);
extern int      __filbuf(FILE *);
extern int      __flbf(FILE *);
extern int      __flsbuf(int, FILE *);
extern size_t   __fpending(FILE *);
extern void     __fpurge(FILE *);
extern int      __freadable(FILE *);
extern int      __freading(FILE *);
extern int      __fwritable(FILE *);
extern int      __fwriting(FILE *);
extern void     _flushlbf(void);

-- 
Tim Rice				Multitalents
tim@multitalents.net




  reply	other threads:[~2020-09-25  1:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24 20:49 patch: stdio fiex for UnixWare Tim Rice
2020-09-24 23:08 ` Paul Eggert
2020-09-25  1:03   ` Tim Rice
2020-09-25  0:27 ` Bruno Haible
2020-09-25  1:08   ` Tim Rice [this message]
2020-09-25  4:18     ` patch: stdio fix " Tim Rice
2020-10-11 13:31 ` patch: stdio fiex " Bruno Haible
2020-10-11 17:46   ` Tim Rice

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.UW2.2.11.2009241803470.1715@server01.int.multitalents.net \
    --to=tim@multitalents.net \
    --cc=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).