From f66704a937db50bbd78acc5c29f569b4c8e35d19 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 18 Mar 2018 17:01:06 -0400 Subject: WIP finer-grained, more aggressive local PLT call check --- math/w_atan2_compat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math/w_atan2_compat.c') diff --git a/math/w_atan2_compat.c b/math/w_atan2_compat.c index 056590cf56..f2b5b69fc6 100644 --- a/math/w_atan2_compat.c +++ b/math/w_atan2_compat.c @@ -41,5 +41,6 @@ __atan2 (double y, double x) __set_errno (ERANGE); return z; } +libm_hidden_def (__atan2) libm_alias_double (__atan2, atan2) #endif -- cgit v1.2.3-70-g09d2