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 Add modfl alias.



details:   https://anonhg.NetBSD.org/src/rev/cafdf59e33a7
branches:  trunk
changeset: 445691:cafdf59e33a7
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Nov 09 10:19:47 2018 +0000

description:
Add modfl alias.

diffstat:

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

diffs (17 lines):

diff -r 42542686a290 -r cafdf59e33a7 lib/libm/noieee_src/n_fmod.c
--- a/lib/libm/noieee_src/n_fmod.c      Fri Nov 09 07:54:25 2018 +0000
+++ b/lib/libm/noieee_src/n_fmod.c      Fri Nov 09 10:19:47 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: n_fmod.c,v 1.10 2016/01/16 21:31:38 christos Exp $     */
+/*     $NetBSD: n_fmod.c,v 1.11 2018/11/09 10:19:47 martin Exp $       */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -70,6 +70,7 @@
         && DBL_MIN_EXP == LDBL_MIN_EXP
 #ifdef __weak_alias
 __weak_alias(fmodl, fmod);
+__weak_alias(modfl, fmod);
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index