about summary refs log tree commit diff
path: root/ports/sysdeps/m68k/m680x0/fpu/s_isinf.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-11-20 20:28:24 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2012-11-20 21:00:09 +0100
commit615f651b7eab8e7243f1b4bdcc35222ef91c0bb0 (patch)
treea895d630bc80d76ac57a25efc86cbea770081a88 /ports/sysdeps/m68k/m680x0/fpu/s_isinf.c
parent105ce2ce621b79ebad13e307fb14ef8163cf7a44 (diff)
downloadglibc-615f651b7eab8e7243f1b4bdcc35222ef91c0bb0.tar.gz
glibc-615f651b7eab8e7243f1b4bdcc35222ef91c0bb0.tar.xz
glibc-615f651b7eab8e7243f1b4bdcc35222ef91c0bb0.zip
m68k: Remove indirection through weak_aliasx
Diffstat (limited to 'ports/sysdeps/m68k/m680x0/fpu/s_isinf.c')
-rw-r--r--ports/sysdeps/m68k/m680x0/fpu/s_isinf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/sysdeps/m68k/m680x0/fpu/s_isinf.c b/ports/sysdeps/m68k/m680x0/fpu/s_isinf.c
index ff4d3b2b16..20872da536 100644
--- a/ports/sysdeps/m68k/m680x0/fpu/s_isinf.c
+++ b/ports/sysdeps/m68k/m680x0/fpu/s_isinf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -35,5 +35,4 @@ __CONCATX(__,FUNC) (x)
 
 #define hidden_defx(a) hidden_def(a)
 hidden_defx(__CONCATX(__,FUNC))
-#define weak_aliasx(a,b) weak_alias(a,b)
-weak_aliasx (__CONCATX(__,FUNC), FUNC)
+weak_alias (__CONCATX(__,FUNC), FUNC)