[all-commits] [llvm/llvm-project] c2547f: [libc++abi] Remove unused include of <sys/types.h>
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jun 30 09:13:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c2547f1554d3f1a1af882d594529053699b14839
https://github.com/llvm/llvm-project/commit/c2547f1554d3f1a1af882d594529053699b14839
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M libcxxabi/src/cxa_guard_impl.h
Log Message:
-----------
[libc++abi] Remove unused include of <sys/types.h>
I ran into an error while trying to build libc++abi for a platform that
doesn't have <sys/types.h>. I couldn't find what <sys/types.h> was used
for in the header, so I think it's fine to remove it.
Differential Revision: https://reviews.llvm.org/D82810
More information about the All-commits
mailing list