summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2005-01-26 13:57:22 +0000
committerkan <kan@FreeBSD.org>2005-01-26 13:57:22 +0000
commit3f0d8e467c82773cd96f4e8a6daed7e6cdf02c2c (patch)
treece253a4fb22e14c34b936b9232819ee83afad43f /gnu
parent8a903b4c36fcdb7885e1403dd75e7c131445d595 (diff)
downloadFreeBSD-src-3f0d8e467c82773cd96f4e8a6daed7e6cdf02c2c.zip
FreeBSD-src-3f0d8e467c82773cd96f4e8a6daed7e6cdf02c2c.tar.gz
We have floorl() now. Reflect this in the library config file.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index a34d4da..d764096 100644
--- a/gnu/lib/libstdc++/config.h
+++ b/gnu/lib/libstdc++/config.h
@@ -261,7 +261,7 @@
#define HAVE_FLOORF 1
/* Define to 1 if you have the `floorl' function. */
-/* #undef HAVE_FLOORL */
+#define HAVE_FLOORL 1
/* Define to 1 if you have the `fmodf' function. */
#define HAVE_FMODF 1
OpenPOWER on IntegriCloud