mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
[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
This commit is contained in:
@@ -14,6 +14,4 @@
|
||||
#ifndef LIBCXXABI_CONFIG_H
|
||||
#define LIBCXXABI_CONFIG_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#endif // LIBCXXABI_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user