From: Ulrich Drepper Date: Sun, 24 Oct 1999 23:42:29 +0000 (+0000) Subject: Define aliases __nexttowardl and nexttowardl. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3659ba434a1d4434874ccd432fc1117ccafeabc0;p=thirdparty%2Fglibc.git Define aliases __nexttowardl and nexttowardl. --- diff --git a/sysdeps/libm-i387/s_nextafterl.c b/sysdeps/libm-i387/s_nextafterl.c index 4596c6b93c1..732b28f1d68 100644 --- a/sysdeps/libm-i387/s_nextafterl.c +++ b/sysdeps/libm-i387/s_nextafterl.c @@ -100,3 +100,5 @@ static char rcsid[] = "$NetBSD: $"; return x; } weak_alias (__nextafterl, nextafterl) +strong_alias (__nextafterl, __nexttowardl) +weak_alias (__nexttowardl, nexttowardl)