From 998f2d5a50adffcc0447912fb6a7af2dac7accf1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 19 Dec 2014 19:30:11 -0800 Subject: Remove more BSD cruft from the public headers. Change-Id: I1e3097f745b526db448bf72fbc05fb2ba23929a0 --- libm/freebsd-compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libm') 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 . */ int digittoint(char ch); -- cgit v1.1