Skip to content
Snippets Groups Projects
Commit e6c222fc authored by Zuzana Baranová's avatar Zuzana Baranová
Browse files

dios: Remove a strong alias from libm's s_nextafterl.c.

parent 6181c24a
No related branches found
No related tags found
No related merge requests found
......@@ -88,4 +88,4 @@ nextafterl(long double x, long double y)
return x;
}
__strong_alias(nexttowardl, nextafterl);
//__strong_alias(nexttowardl, nextafterl);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment