Don't include <gnu/lib-names.h> when compiling with uClibc
Change-Id: I5264280b7ce1e94eaf410a070f9670984f7a655b Reviewed-by: Peter Hartmann <phartmann@blackberry.com>bb10
parent
6c017d0a2b
commit
7c65b1f646
|
|
@ -52,7 +52,7 @@
|
|||
#include <arpa/nameser_compat.h>
|
||||
#include <resolv.h>
|
||||
|
||||
#ifdef __GNU_LIBRARY__
|
||||
#if defined(__GNU_LIBRARY__) && !defined(__UCLIBC__)
|
||||
# include <gnu/lib-names.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
# include <resolv.h>
|
||||
#endif
|
||||
|
||||
#ifdef __GNU_LIBRARY__
|
||||
#if defined(__GNU_LIBRARY__) && !defined(__UCLIBC__)
|
||||
# include <gnu/lib-names.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue