[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:31 PST 2018


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

Repository:
  rL LLVM

https://reviews.llvm.org/D42045

Files:
  lib/sanitizer_common/sanitizer_common_interceptors.inc


Index: lib/sanitizer_common/sanitizer_common_interceptors.inc
===================================================================
--- lib/sanitizer_common/sanitizer_common_interceptors.inc
+++ 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.130723.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180120/75567ac6/attachment.bin>


More information about the llvm-commits mailing list