From a9231901ba50037ce4f581a6a633be586f20dece Mon Sep 17 00:00:00 2001 From: Greg Bentley Date: Tue, 1 Aug 2017 19:15:32 -0700 Subject: [PATCH] Fix for building with icc. Summary: Closes https://github.com/facebook/folly/pull/649 Reviewed By: Orvid Differential Revision: D5535534 Pulled By: yfeldblum fbshipit-source-id: 641186d6171479755bd9471a484b8b3c2ab62418 --- folly/detail/Futex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/detail/Futex.h b/folly/detail/Futex.h index 1c5a540c..b01d967a 100644 --- a/folly/detail/Futex.h +++ b/folly/detail/Futex.h @@ -46,7 +46,7 @@ enum class FutexResult { template