Add a missing <process.h> include for _getpid. Don't typedef the
pid_t type on mingw, as mingw headers already provide a typedef for
it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D137745
[openmp] [test] Fix building the affinity/format/fields_values.c testcase on Windows mstorsjo on Nov 9 2022, 2:26 PM. Authored by
Details Add a missing <process.h> include for _getpid. Don't typedef the
Diff Detail
|