Module Name:    src
Committed By:   martin
Date:           Sat Oct 11 07:19:27 UTC 2014

Modified Files:
        src/lib/libm/noieee_src: n_pow.c

Log Message:
Need powl as alias as well


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libm/noieee_src/n_pow.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/noieee_src/n_pow.c
diff -u src/lib/libm/noieee_src/n_pow.c:1.10 src/lib/libm/noieee_src/n_pow.c:1.11
--- src/lib/libm/noieee_src/n_pow.c:1.10	Fri Oct 10 20:58:09 2014
+++ src/lib/libm/noieee_src/n_pow.c	Sat Oct 11 07:19:27 2014
@@ -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 @@ static double pow_P (double, double);
 __weak_alias(_powf, powf);
 __weak_alias(_pow, pow);
 __weak_alias(_powl, pow);
+__weak_alias(powl, pow);
 #endif
 
 float

Reply via email to