[PATCH] D42045: Support the localtime interceptor for NetBSD

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 16:43:32 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323019: Support the localtime interceptor for NetBSD (authored by kamil, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42045?vs=129798&id=130724#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42045

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc


Index: compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
@@ -88,6 +88,7 @@
 #define glob __glob30
 #define gmtime __gmtime50
 #define gmtime_r __gmtime_r50
+#define localtime __locatime50
 #define localtime_r __localtime_r50
 #define mktime __mktime50
 #define opendir __opendir30


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42045.130724.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180120/ebc238d1/attachment.bin>


More information about the llvm-commits mailing list