]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/aarch64/fpu/s_fminf.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / aarch64 / fpu / s_fminf.c
index 7d3a3a3a323d0063de6d723c204aeed52133f5d0..2e87f780dba3fa4c36e0d63bdce6f964140a1839 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2019 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
+#include <libm-alias-float.h>
 
 float
 __fminf (float x, float y)
@@ -24,4 +25,4 @@ __fminf (float x, float y)
   return __builtin_fminf (x, y);
 }
 
-weak_alias (__fminf, fminf)
+libm_alias_float (__fmin, fmin)