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, 0 insertions, 2 deletions
diff --git a/usr/src/lib/libm/common/LD/hypotl.c b/usr/src/lib/libm/common/LD/hypotl.c index 4303eceb8e..411f4f809a 100644 --- a/usr/src/lib/libm/common/LD/hypotl.c +++ b/usr/src/lib/libm/common/LD/hypotl.c @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#if defined(ELFOBJ) #pragma weak hypotl = __hypotl -#endif /* * hypotl(x,y) |