From c0e397b2bf348bdd941f838826c931fbfbd43b8c Mon Sep 17 00:00:00 2001 From: "Michael Lee (Engineering)" <mzlee@fb.com> Date: Wed, 4 Dec 2019 09:20:23 -0800 Subject: [PATCH] Add @manual annotation to bsd header Summary: Mark the header as it is not a header provided by folly Reviewed By: yfeldblum Differential Revision: D18800770 fbshipit-source-id: 95c9dcdeb6f4b745f0bce859e4d9669c009c353a --- folly/portability/PThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/portability/PThread.h b/folly/portability/PThread.h index f82f9b678..46de6a795 100644 --- a/folly/portability/PThread.h +++ b/folly/portability/PThread.h @@ -23,7 +23,7 @@ #include <pthread.h> #if defined(__FreeBSD__) -#include <sys/thr.h> +#include <sys/thr.h> // @manual #endif #elif !FOLLY_HAVE_PTHREAD -- 2.26.2