diff options
author | Vedant Kumar <vsk@apple.com> | 2017-12-14 18:50:13 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-12-14 18:50:13 +0000 |
commit | 12e90365ed9cce1179df68586af3ec9d83bb0316 (patch) | |
tree | 0d0b59670b0515cd5f4bbe80c7753f6ef1f85305 /lib/profile/InstrProfilingInternal.h | |
parent | f6d0ce49a30c2b40d69369cd799f76f95c052b0e (diff) | |
download | compiler-rt-12e90365ed9cce1179df68586af3ec9d83bb0316.tar.gz |
Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runtime to Solaris"
This reverts commit r320726. It looks like flock isn't available on
Windows:
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/21317/steps/build%20compiler-rt/logs/stdio
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@320728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingInternal.h')
-rw-r--r-- | lib/profile/InstrProfilingInternal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/profile/InstrProfilingInternal.h b/lib/profile/InstrProfilingInternal.h index 40540ab5f..36490ef7d 100644 --- a/lib/profile/InstrProfilingInternal.h +++ b/lib/profile/InstrProfilingInternal.h @@ -10,9 +10,8 @@ #ifndef PROFILE_INSTRPROFILING_INTERNALH_ #define PROFILE_INSTRPROFILING_INTERNALH_ -#include <stddef.h> - #include "InstrProfiling.h" +#include "stddef.h" /*! * \brief Write instrumentation data to the given buffer, given explicit |