[all-commits] [llvm/llvm-project] f44131: [lldb/ScriptInterpreter] Fix Windows error C2371: ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jun 25 17:15:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f441313464b2eef94a41c60bfde31a2bf9c602d7
https://github.com/llvm/llvm-project/commit/f441313464b2eef94a41c60bfde31a2bf9c602d7
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Log Message:
-----------
[lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinition
pyconfig.h(194): error C2371: 'pid_t': redefinition; different basic types
PosixApi.h(82): note: see declaration of 'pid_t'
More information about the All-commits
mailing list