[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:43:56 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
----------------
devnexen wrote:
> vitalybuka wrote:
> > do we include file with this def?
> > 
> I tested the build on Linux.
Just saw the wrong indent will change it.


https://reviews.llvm.org/D54779





More information about the llvm-commits mailing list