summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-06-10 22:17:04 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-10 22:17:04 +0200
commit0671149ee68ee76d357c6dade14249fc9858d934 (patch)
treea31b329805a35a0d5f4feb7e6086cf55be93cc22 /include/math.h
parent0ee65752ee4c023a70d134919ec7604273e46cdb (diff)
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 <khimov@altell.ru> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h1
1 files changed, 0 insertions, 1 deletions
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