[PATCH] [sanitizer] Add interceptors for localtime and friends

Evgeniy Stepanov eugenis at google.com
Fri Feb 15 05:09:19 PST 2013



================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.cc:29
@@ -27,3 +28,3 @@
 #include <sys/socket.h>
-#include <dirent.h>
+#include <time.h>
 
----------------
Alexey Samsonov wrote:
> Hope all of these headers are there on Mac
Good point. "Fixed".


http://llvm-reviews.chandlerc.com/D412



More information about the llvm-commits mailing list