summaryrefslogtreecommitdiff
path: root/usr/src/lib/libm/common/complex/creal.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libm/common/complex/creal.c')
-rw-r--r--usr/src/lib/libm/common/complex/creal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libm/common/complex/creal.c b/usr/src/lib/libm/common/complex/creal.c
index 2cc287fe36..ff6c28f084 100644
--- a/usr/src/lib/libm/common/complex/creal.c
+++ b/usr/src/lib/libm/common/complex/creal.c
@@ -27,7 +27,7 @@
* Use is subject to license terms.
*/
-#pragma weak creal = __creal
+#pragma weak __creal = creal
#include "libm.h"
#include "complex_wrapper.h"