diff options
Diffstat (limited to 'usr/src/lib/libm/common/m9x/nexttowardl.c')
-rw-r--r-- | usr/src/lib/libm/common/m9x/nexttowardl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libm/common/m9x/nexttowardl.c b/usr/src/lib/libm/common/m9x/nexttowardl.c index 7ca08d1614..e91b88963c 100644 --- a/usr/src/lib/libm/common/m9x/nexttowardl.c +++ b/usr/src/lib/libm/common/m9x/nexttowardl.c @@ -27,7 +27,7 @@ * Use is subject to license terms. */ -#pragma weak nexttowardl = __nexttowardl +#pragma weak __nexttowardl = nexttowardl #include "libm.h" #include <float.h> /* LDBL_MAX, LDBL_MIN */ |