[PATCH] D54779: [Sanitizer] Adding setvbuf in supported platforms and other stream buffer functions
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 12:42:47 PST 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.h:1077
+#undef BUFSIZ
+#if SANITIZER_LINUX
+#define BUFSIZ 8192
----------------
vitalybuka wrote:
> do we include file with this def?
>
I tested the build on Linux.
https://reviews.llvm.org/D54779
More information about the llvm-commits
mailing list