Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/noieee_src Need powl as alias as well



details:   https://anonhg.NetBSD.org/src/rev/02ac72666db4
branches:  trunk
changeset: 332882:02ac72666db4
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Oct 11 07:19:27 2014 +0000

description:
Need powl as alias as well

diffstat:

 lib/libm/noieee_src/n_pow.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 425c17ea0aca -r 02ac72666db4 lib/libm/noieee_src/n_pow.c
--- a/lib/libm/noieee_src/n_pow.c       Sat Oct 11 07:18:43 2014 +0000
+++ b/lib/libm/noieee_src/n_pow.c       Sat Oct 11 07:19:27 2014 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: n_pow.c,v 1.10 2014/10/10 20:58:09 martin Exp $ */
+/*      $NetBSD: n_pow.c,v 1.11 2014/10/11 07:19:27 martin Exp $ */
 /*
  * Copyright (c) 1985, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -126,6 +126,7 @@
 __weak_alias(_powf, powf);
 __weak_alias(_pow, pow);
 __weak_alias(_powl, pow);
+__weak_alias(powl, pow);
 #endif
 
 float



Home | Main Index | Thread Index | Old Index