[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
Loading
Please sign in to comment