From 0671149ee68ee76d357c6dade14249fc9858d934 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 10 Jun 2010 22:17:04 +0200 Subject: libm: unhide signgam Fixes signgam checks in math tests on x86_64. It's R_X86_64_COPY for program, so the program didn't see any changes from libm. Signed-off-by: Roman I Khimov Signed-off-by: Bernhard Reutner-Fischer --- include/math.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/math.h b/include/math.h index 83ed8993c..91ebd64bb 100644 --- a/include/math.h +++ b/include/math.h @@ -193,7 +193,6 @@ extern long double __REDIRECT_NTH (nexttowardl, #if defined __USE_MISC || defined __USE_XOPEN /* This variable is used by `gamma' and `lgamma'. */ extern int signgam; -libm_hidden_proto(signgam) #endif -- cgit v1.2.3