mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 06:40:09 +00:00
Work around a weird clang link failure
This commit is contained in:
parent
2224a3d98d
commit
3f1c409c0a
@ -74,7 +74,11 @@
|
||||
|
||||
|
||||
#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)
|
||||
|
Loading…
Reference in New Issue
Block a user