[PATCH] D68431: [msan] Add interceptors: crypt, crypt_r.
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 03:02:25 PDT 2019
Evgenii Stepanov <eugenis at google.com> wrote on 10.10.2019 22:46:32:
> Sure, done in r374448, let me know if it did not help.
This did fix the problem for me, thanks!
> My man page says that only this is necessary:
> #define _XOPEN_SOURCE /* See feature_test_macros(7) */
> #include <unistd.h>
> I don't define _XOPEN_SOURCE, maybe that's the real problem?
Hmm, interesting. That probably would have worked as well.
Bye,
Ulrich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191011/37888a64/attachment.html>
More information about the llvm-commits
mailing list