summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2021-02-15 22:58:21 -0800
committerSiva Chandra Reddy <sivachandra@google.com>2021-02-16 09:14:29 -0800
commitdba14814a69143a8763ed4276a38fa9509b5973d (patch)
tree3891104f21d7085b40d28d24e38b373ff5ca69a2 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent1a323c8a96afc53ef965a4268cd419cfde2f1890 (diff)
[libc][NFC] Make few maths functions buildable outside of LLVM libc build.
Few math functions manipulate errno. They assumed that LLVM libc's errno is available. However, that might not be the case when these functions are used in a libc which does not use LLVM libc's errno. This change switches such uses of LLVM libc's errno to the normal public errno macro. This does not affect LLVM libc's build because the include order ensures we get LLVM libc's errno. Also, the header check rule ensures we are only including LLVM libc's errno.h.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions