summaryrefslogtreecommitdiffstats
path: root/libm
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-19 19:30:11 -0800
committerElliott Hughes <enh@google.com>2014-12-19 19:30:11 -0800
commit998f2d5a50adffcc0447912fb6a7af2dac7accf1 (patch)
treefd23600f7789cf9e5dee8c7e63eab45dbe8e1db5 /libm
parent7eb9b6c537c32280571fead8676634c3dfc6388e (diff)
downloadbionic-998f2d5a50adffcc0447912fb6a7af2dac7accf1.zip
bionic-998f2d5a50adffcc0447912fb6a7af2dac7accf1.tar.gz
bionic-998f2d5a50adffcc0447912fb6a7af2dac7accf1.tar.bz2
Remove more BSD cruft from the public headers.
Change-Id: I1e3097f745b526db448bf72fbc05fb2ba23929a0
Diffstat (limited to 'libm')
-rw-r--r--libm/freebsd-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libm/freebsd-compat.h b/libm/freebsd-compat.h
index 1481cc2..a4dd6c2 100644
--- a/libm/freebsd-compat.h
+++ b/libm/freebsd-compat.h
@@ -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);