diff options
Diffstat (limited to 'usr/src/lib/libm/common/LD/hypotl.c')
-rw-r--r-- | usr/src/lib/libm/common/LD/hypotl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libm/common/LD/hypotl.c b/usr/src/lib/libm/common/LD/hypotl.c index 411f4f809a..a4345f3a32 100644 --- a/usr/src/lib/libm/common/LD/hypotl.c +++ b/usr/src/lib/libm/common/LD/hypotl.c @@ -27,7 +27,7 @@ * Use is subject to license terms. */ -#pragma weak hypotl = __hypotl +#pragma weak __hypotl = hypotl /* * hypotl(x,y) |