[libcxx-commits] [PATCH] D82810: [libc++abi] Remove unused include of <sys/types.h>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 30 09:14:44 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc2547f1554d3: [libc++abi] Remove unused include of <sys/types.h> (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82810/new/

https://reviews.llvm.org/D82810

Files:
  libcxxabi/src/cxa_guard_impl.h


Index: libcxxabi/src/cxa_guard_impl.h
===================================================================
--- libcxxabi/src/cxa_guard_impl.h
+++ libcxxabi/src/cxa_guard_impl.h
@@ -40,7 +40,6 @@
 #include "__cxxabi_config.h"
 #include "include/atomic_support.h"
 #include <unistd.h>
-#include <sys/types.h>
 #if defined(__has_include)
 # if __has_include(<sys/syscall.h>)
 #   include <sys/syscall.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82810.274517.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200630/9aa79208/attachment.bin>


More information about the libcxx-commits mailing list