diff options
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libstdc++/config.h | 2 |
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 |