This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Consensus on MT-, AS- and AC-Safety docs.


On Wed, 20 Nov 2013, Rich Felker wrote:

> All AS-safe functions have the potential to modify errno (since all
> functions in the standard library do); many are even required to
> modify it. When using any library function in a signal handler, it's

Right - though there's a case for saying that the intended API for some 
functions such as memcpy is to be AS-safe and never modify errno.

-- 
Joseph S. Myers
joseph@codesourcery.com


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