diff options
Diffstat (limited to 'sysdeps/libm-i387/s_tanf.S')
-rw-r--r-- | sysdeps/libm-i387/s_tanf.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/s_tanf.S b/sysdeps/libm-i387/s_tanf.S index 3296434174..cbf8dd8496 100644 --- a/sysdeps/libm-i387/s_tanf.S +++ b/sysdeps/libm-i387/s_tanf.S @@ -13,4 +13,5 @@ ENTRY(__tanf) fptan fstp %st(0) ret +PSEUDO_END (__tanf) weak_alias (__tanf, tanf) |