Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/src Use right macro for __strong_alias
details: https://anonhg.NetBSD.org/src/rev/9695ed0f38e1
branches: trunk
changeset: 784931:9695ed0f38e1
user: matt <matt%NetBSD.org@localhost>
date: Thu Feb 14 09:24:50 2013 +0000
description:
Use right macro for __strong_alias
diffstat:
lib/libm/src/s_fma.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f9885ef5c5c4 -r 9695ed0f38e1 lib/libm/src/s_fma.c
--- a/lib/libm/src/s_fma.c Thu Feb 14 09:23:40 2013 +0000
+++ b/lib/libm/src/s_fma.c Thu Feb 14 09:24:50 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: s_fma.c,v 1.5 2013/02/14 09:23:40 matt Exp $ */
+/* $NetBSD: s_fma.c,v 1.6 2013/02/14 09:24:50 matt Exp $ */
/*-
* Copyright (c) 2005-2011 David Schultz <das%FreeBSD.ORG@localhost>
@@ -30,7 +30,7 @@
#if 0
__FBSDID("$FreeBSD: src/lib/msun/src/s_fma.c,v 1.8 2011/10/21 06:30:43 das Exp $");
#else
-__RCSID("$NetBSD: s_fma.c,v 1.5 2013/02/14 09:23:40 matt Exp $");
+__RCSID("$NetBSD: s_fma.c,v 1.6 2013/02/14 09:24:50 matt Exp $");
#endif
#include <machine/ieee.h>
@@ -41,7 +41,7 @@
#include "math_private.h"
#ifndef __HAVE_LONG_DOUBLE
-STRONG_ALIAS(fmal, fma)
+__strong_alias(fmal, fma)
#endif
/*
Home |
Main Index |
Thread Index |
Old Index