am cc4259ed: Merge "Ignore all __weak_alias in OpenBSD libC."
				
					
				
			* commit 'cc4259ed9254ae66f63cacc3ad50963c4058eb1c': Ignore all __weak_alias in OpenBSD libC.
This commit is contained in:
		@@ -34,10 +34,6 @@
 | 
			
		||||
    __asm__(".global " #alias "\n" \
 | 
			
		||||
            #alias " = " #sym);
 | 
			
		||||
 | 
			
		||||
#define __weak_alias(alias,sym) \
 | 
			
		||||
    __asm__(".weak " #alias "\n" \
 | 
			
		||||
            #alias " = " #sym);
 | 
			
		||||
 | 
			
		||||
/* We use __warnattr instead of __warn_references.
 | 
			
		||||
 * TODO: remove this and put an empty definition in one of the upstream-* compatibility headers.
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -17,11 +17,6 @@
 | 
			
		||||
#ifndef _BIONIC_NETBSD_NAMESPACE_H_included
 | 
			
		||||
#define _BIONIC_NETBSD_NAMESPACE_H_included
 | 
			
		||||
 | 
			
		||||
// NetBSD uses __weak_alias on a lot of functions. We don't want that.
 | 
			
		||||
#if defined(__weak_alias)
 | 
			
		||||
#undef __weak_alias
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
__LIBC_HIDDEN__ int __res_enable_mt(void);
 | 
			
		||||
__LIBC_HIDDEN__ int __res_disable_mt(void);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -32,6 +32,9 @@
 | 
			
		||||
#define _warn warn
 | 
			
		||||
#define _warnx warnx
 | 
			
		||||
 | 
			
		||||
/* Ignore all __weak_alias in OpenBSD. */
 | 
			
		||||
#define __weak_alias(alias,sym)
 | 
			
		||||
 | 
			
		||||
/* OpenBSD's <ctype.h> uses these names, which conflicted with stlport.
 | 
			
		||||
 * Additionally, we changed the numeric/digit type from N to D for libcxx.
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user