Work around a weird clang link failure

This commit is contained in:
Stan Shebs 2018-01-23 09:37:55 -08:00
parent 2224a3d98d
commit 3f1c409c0a

View File

@ -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)