Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/src On second thought, don't introduce nexttowardl(...



details:   https://anonhg.NetBSD.org/src/rev/f6fd7cdc8235
branches:  trunk
changeset: 826123:f6fd7cdc8235
user:      he <he%NetBSD.org@localhost>
date:      Wed Aug 16 11:22:52 2017 +0000

description:
On second thought, don't introduce nexttowardl() since we don't have that
yet elsewhere.

diffstat:

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

diffs (20 lines):

diff -r a45cbc7130ca -r f6fd7cdc8235 lib/libm/src/s_nextafter.c
--- a/lib/libm/src/s_nextafter.c        Wed Aug 16 09:18:24 2017 +0000
+++ b/lib/libm/src/s_nextafter.c        Wed Aug 16 11:22:52 2017 +0000
@@ -12,7 +12,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)
-__RCSID("$NetBSD: s_nextafter.c,v 1.15 2017/08/16 09:15:48 he Exp $");
+__RCSID("$NetBSD: s_nextafter.c,v 1.16 2017/08/16 11:22:52 he Exp $");
 #endif
 
 /* IEEE functions
@@ -28,7 +28,6 @@
 #ifndef __HAVE_LONG_DOUBLE
 __strong_alias(nextafterl, nextafter)
 __strong_alias(nexttoward, nextafter)
-__strong_alias(nexttowardl, nextafter)
 #endif
 
 double



Home | Main Index | Thread Index | Old Index