[PATCH] D56009: [Sanitizer] Enable POSIX regex api on FreeBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 22 02:17:52 PST 2018
devnexen marked an inline comment as done.
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc:65
#include <glob.h>
+#include <regex.h>
#include <stdio.h>
----------------
krytarowski wrote:
> Why included twice?
I guess I just assumed it was not ...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56009/new/
https://reviews.llvm.org/D56009
More information about the llvm-commits
mailing list