mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +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
|
#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
|
#define gai_create_helper_thread __gai_create_helper_thread
|
||||||
|
#endif
|
||||||
|
|
||||||
extern inline void
|
extern inline void
|
||||||
__gai_start_notify_thread (void)
|
__gai_start_notify_thread (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user