[PATCH] D56009: [Sanitizer] Enable POSIX regex api on FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 22 02:02:35 PST 2018
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc:65
#include <glob.h>
+#include <regex.h>
#include <stdio.h>
----------------
Why included twice?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56009/new/
https://reviews.llvm.org/D56009
More information about the llvm-commits
mailing list