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: [MTASCsft PATCH 03/??] MT-, AS- and AC-Safety docs: manual/arith.texi


On 01/29/2014 12:57 AM, Alexandre Oliva wrote:
> On Jan 29, 2014, "Carlos O'Donell" <carlos@redhat.com> wrote:
> 
>> On 01/23/2014 10:03 AM, Alexandre Oliva wrote:
> 
>>> @deftypefun int feclearexcept (int @var{excepts})
>>> +@safety{@prelim{}@mtsafe{}@assafe{@assposix{}}@acsafe{@acsposix{}}}
> 
>> It's not one of the 3 posix AC-safe functions.
> 
>> How is this @acsposix{}? 
> 
> POSIX has it's not AC-Safe; our implementation it is, therefore it's
> unlike POSIX, thus !posix.  It's within @acsafe{}, thus the correct note
> is @acsposix{}.

Sorry, you're right.

>> It's not one of the set of AS-safe functions in POSIX.
> 
>> How is this @assposix{}? 
> 
> Same reasoning.  POSIX says it's AS-Unsafe, our implementation is
> AS-Safe, thus !posix.
> 

Thanks.

Looks good then.

Cheers,
Carlos.


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