]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ia64/fpu/e_lgammaf_r.c
localedata: dz_BT, bo_CN: convert to UTF-8
[thirdparty/glibc.git] / sysdeps / ia64 / fpu / e_lgammaf_r.c
index 44911aeabd0c7a278188c4543fea22ef5930bc84..3e9aab082369983b63dc05f55913aadf7bd732fb 100644 (file)
@@ -4,7 +4,6 @@
 // Copyright (c) 2002 Intel Corporation
 // All rights reserved.
 //
-// Contributed 2002 by the Intel Numerics Group, Intel Corporation
 //
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
@@ -60,7 +59,7 @@ float __ieee754_lgammaf_r(float x, int* signgam)
 {
     return __libm_lgammaf(x, signgam, sizeof(*signgam));
 }
-weak_alias (__ieee754_lgammaf_r, lgammaf_r)
+libm_alias_float_r (__ieee754_lgamma, lgamma, _r)
 
 #ifndef _LIBC
 float __ieee754_gammaf_r(float x, int* signgam)