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