Displaying 3 results from an estimated 3 matches for "fire_the_missil".
Did you mean:
fire_the_missiles
2013 Nov 24
1
[LLVMdev] [RFC] Identifying access to errno
...ases, they call a function call _matherr. This function will
typically set only errno. However, programs which link dynamically against
the MSVCRT are permitted to replace the function with whatever they want
(this is documented behavior!); their _matherr might forward it's arguments
to "fire_the_missiles".
>
> -Hal
>
> >
> >
> >
> > On Sat, Nov 23, 2013 at 12:28 PM, David Majnemer <
> > david.majnemer at gmail.com > wrote:
> >
> >
> >
> >
> >
> >
> >
> > On Sat, Nov 23, 2013 at 9:59 AM, Hal Finkel...
2013 Nov 24
0
[LLVMdev] [RFC] Identifying access to errno
----- Original Message -----
> From: "David Majnemer" <david.majnemer at gmail.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "Renato Golin" <renato.golin at linaro.org>, "LLVM" <llvmdev at cs.uiuc.edu>
> Sent: Saturday, November 23, 2013 2:37:52 PM
> Subject: Re: [LLVMdev] [RFC] Identifying access to errno
>
2013 Nov 23
3
[LLVMdev] [RFC] Identifying access to errno
Oh, and I forgot a third "_doserrno" for which no amount of documentation
lends itself to a consistent description of its behavior.
On Sat, Nov 23, 2013 at 12:28 PM, David Majnemer
<david.majnemer at gmail.com>wrote:
> On Sat, Nov 23, 2013 at 9:59 AM, Hal Finkel <hfinkel at anl.gov> wrote:
>
>> ----- Original Message -----
>> > From: "Renato