summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index 0c69f8f..c8e426d 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -249,7 +249,7 @@ double log1p(double) __pure2;
* Reentrant version of gamma & lgamma; passes signgam back by reference
* as the second argument; user must allocate space for signgam.
*/
-#ifdef __BSD_VISIBLE
+#if __BSD_VISIBLE
double gamma_r(double, int *);
double lgamma_r(double, int *);
#endif /* __BSD_VISIBLE */
@@ -330,7 +330,7 @@ float log1pf(float) __pure2;
* signgam back by reference as the second argument; user must
* allocate space for signgam.
*/
-#ifdef __BSD_VISIBLE
+#if __BSD_VISIBLE
float gammaf_r(float, int *);
float lgammaf_r(float, int *);
#endif /* __BSD_VISIBLE */
OpenPOWER on IntegriCloud