Also pull up rev 1.15 and 1.16 for ticket #217:

On systems without __HAVE_LONG_DOUBLE, alias nexttoward() to nextafter().
This commit is contained in:
martin 2017-08-29 15:07:31 +00:00
parent 72a521ea37
commit 9b9ff1184d
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
__RCSID("$NetBSD: s_nextafter.c,v 1.14 2014/03/18 18:20:37 riastradh Exp $");
__RCSID("$NetBSD: s_nextafter.c,v 1.14.18.1 2017/08/29 15:07:31 martin Exp $");
#endif
/* IEEE functions
@ -27,6 +27,7 @@ __RCSID("$NetBSD: s_nextafter.c,v 1.14 2014/03/18 18:20:37 riastradh Exp $");
#ifndef __HAVE_LONG_DOUBLE
__strong_alias(nextafterl, nextafter)
__strong_alias(nexttoward, nextafter)
#endif
double