From 1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 May 2005 14:30:51 +0000 Subject: Add space inf weak_alias use. --- sysdeps/ia64/fpu/w_lgammal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/ia64/fpu/w_lgammal.c') diff --git a/sysdeps/ia64/fpu/w_lgammal.c b/sysdeps/ia64/fpu/w_lgammal.c index 8ddbb749ce..e3885296eb 100644 --- a/sysdeps/ia64/fpu/w_lgammal.c +++ b/sysdeps/ia64/fpu/w_lgammal.c @@ -65,7 +65,7 @@ long double __ieee754_lgammal(long double x) #endif return __libm_lgammal(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_lgammal, lgammal) +weak_alias (__ieee754_lgammal, lgammal) long double __ieee754_gammal(long double x) { @@ -76,4 +76,4 @@ long double __ieee754_gammal(long double x) #endif return __libm_lgammal(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_gammal, gammal) +weak_alias (__ieee754_gammal, gammal) -- cgit v1.2.3