Handle NetBSD symbol mangling for tzset
Native code generated on NetBSD mangles tzet to __tzset50. Handle this accordingly in MSan. llvm-svn: 345571
This commit is contained in:
parent
7b88204b39
commit
4c5620f233
@ -39,6 +39,7 @@
|
||||
#define fstat __fstat50
|
||||
#define gettimeofday __gettimeofday50
|
||||
#define getrusage __getrusage50
|
||||
#define tzset __tzset50
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user