bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch: stdio fiex for UnixWare


From: Tim Rice
Subject: Re: patch: stdio fiex for UnixWare
Date: Thu, 24 Sep 2020 18:08:02 -0700 (PDT)
User-agent: Alpine 2.11 (UW2 23 2013-08-11)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]