diff options
Diffstat (limited to 'sysdeps/libm-i387/s_ceilf.S')
-rw-r--r-- | sysdeps/libm-i387/s_ceilf.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/s_ceilf.S b/sysdeps/libm-i387/s_ceilf.S index 93cf40bd43..768d117021 100644 --- a/sysdeps/libm-i387/s_ceilf.S +++ b/sysdeps/libm-i387/s_ceilf.S @@ -30,5 +30,5 @@ ENTRY(__ceilf) leave ret -PSEUDO_END (__ceilf) +END (__ceilf) weak_alias (__ceilf, ceilf) |