]> sourceware.org Git - glibc.git/commitdiff
[NO_LONG_DOUBLE]: Add nexttowardl alias.
authorAndreas Jaeger <aj@suse.de>
Wed, 4 Apr 2001 20:16:38 +0000 (20:16 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 4 Apr 2001 20:16:38 +0000 (20:16 +0000)
sysdeps/generic/s_nextafter.c

index 8ddcbe54139cf352ca5fa73b4635ec54ed8fb9c6..a016ab0a4d52cc19f154e69e5f7779f4f2a75f69 100644 (file)
@@ -85,6 +85,8 @@ weak_alias (__nextafter, nextafter)
 #ifdef NO_LONG_DOUBLE
 strong_alias (__nextafter, __nextafterl)
 weak_alias (__nextafter, nextafterl)
+strong_alias (__nextafter, __nexttowardl)
+weak_alias (__nexttowardl, nexttowardl)
 #undef __nexttoward
 strong_alias (__nextafter, __nexttoward)
 #undef nexttoward
This page took 0.036241 seconds and 5 git commands to generate.