]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - libm/freebsd-compat.h
Remove more BSD cruft from the public headers.
[android-sdk/platform-bionic.git] / libm / freebsd-compat.h
index 1481cc224ef67175d310884d9b1c6251b5c0916f..a4dd6c2c771f06e6b09847d39b6dbf416eea7e85 100644 (file)
@@ -26,6 +26,8 @@
 #define __strong_reference(sym,aliassym) \
     extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
 
+#define __warn_references(sym,msg) /* ignored */
+
 /* digittoint is in BSD's <ctype.h>. */
 int digittoint(char ch);