summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-03-30 16:27:09 +0000
committerShoaib Meenai <smeenai@fb.com>2017-03-30 16:27:09 +0000
commit5d293eb34a99880ae76850eb6902f684843629c4 (patch)
tree7b96580ed990dabdfc60c568c69c41de8d19d9c1
parent0bf5ec2812ebde491d9baee26b2f58403e20bca2 (diff)
downloadbcm5719-llvm-5d293eb34a99880ae76850eb6902f684843629c4.tar.gz
bcm5719-llvm-5d293eb34a99880ae76850eb6902f684843629c4.zip
[libc++abi] Remove unistd.h include
This was originally there for the _POSIX_THREADS define, to detect the presence of pthreads. That went away with the externalized threading support, so the include can go away too. config.h is now completely empty. A follow-up commit will remove it entirely. llvm-svn: 299087
-rw-r--r--libcxxabi/src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxxabi/src/config.h b/libcxxabi/src/config.h
index f2710c0c63b..c823552507d 100644
--- a/libcxxabi/src/config.h
+++ b/libcxxabi/src/config.h
@@ -14,6 +14,4 @@
#ifndef LIBCXXABI_CONFIG_H
#define LIBCXXABI_CONFIG_H
-#include <unistd.h>
-
#endif // LIBCXXABI_CONFIG_H
OpenPOWER on IntegriCloud