diff options
Diffstat (limited to 'sysdeps/libm-i387/s_atanf.S')
-rw-r--r-- | sysdeps/libm-i387/s_atanf.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/s_atanf.S b/sysdeps/libm-i387/s_atanf.S index d00593db7c..803b7f972d 100644 --- a/sysdeps/libm-i387/s_atanf.S +++ b/sysdeps/libm-i387/s_atanf.S @@ -12,4 +12,5 @@ ENTRY(__atanf) fld1 fpatan ret +PSEUDO_END (__atanf) weak_alias (__atanf, atanf) |