]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Work around a weird clang link failure
authorStan Shebs <stanshebs@google.com>
Tue, 23 Jan 2018 17:37:55 +0000 (09:37 -0800)
committerStan Shebs <stanshebs@google.com>
Thu, 25 Jan 2018 00:03:40 +0000 (16:03 -0800)
sysdeps/nptl/gai_misc.h

index 815e6c0dc6370dda46a68668f9f50551590e9d07..8d8b5a91193374b099163c96b0617e90a2d34512 100644 (file)
 
 
 #define gai_start_notify_thread __gai_start_notify_thread
+/* For some reason, with clang this define causes a linktime failure
+   building libanl.so.  */
+#ifndef __clang__
 #define gai_create_helper_thread __gai_create_helper_thread
+#endif
 
 extern inline void
 __gai_start_notify_thread (void)