This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: _lstat_r() declaration missing in rent.h?


On Feb  7 10:23, Sebastian Huber wrote:
> Hello,
> 
> there are some function declarations for reentrant counterparts of C
> library functions in "libc/include/reent.h", e.g. _stat_r().  A
> declaration for _lstat_r() is missing.  Is this intentional?

_stat_r and _fstat_r are used inside of newlib.  _lstat_r isn't.  If you
want to provide this functionality, you can add this in a target-specifc
way.


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]