]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - libc/include/sys/cdefs_elf.h
Merge "Update bionic NOTICE files."
[android-sdk/platform-bionic.git] / libc / include / sys / cdefs_elf.h
index 6bb0a5720df906d6f5beeb9da14f92607d304f1e..a40a867b8e3be4d8f3bfc64a01b9bda1e4a9639d 100644 (file)
     __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.
  */