Displaying 2 results from an estimated 2 matches for "67f88e9b".
2013 Sep 13
0
[LLVMdev] [RFC] New function attributes for errno-setting functions
...'modernizing' POSIX? ;) How else can you get the
> error code from open() or any number of other functions
open is not a math function.
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130913/67f88e9b/attachment.html>
2013 Sep 13
2
[LLVMdev] [RFC] New function attributes for errno-setting functions
----- Original Message -----
>
> Food for thought: If you have a codebase which can't use
> -fno-math-errno, because it relies on errno values from math
> functions, it may be a more effective long-term strategy to work on
> modernizing your codebase, eliminating the dependencies on errno,
> rather than going through the trouble of adding even more complexity
> to