about summary refs log tree commit diff
path: root/sysdeps/m68k/s_isinfl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/s_isinfl.c')
-rw-r--r--sysdeps/m68k/s_isinfl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/m68k/s_isinfl.c b/sysdeps/m68k/s_isinfl.c
index 40e0b791d5..89880bc4e4 100644
--- a/sysdeps/m68k/s_isinfl.c
+++ b/sysdeps/m68k/s_isinfl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995, 1997, 2002 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
@@ -42,4 +42,5 @@ __isinfl (long double value)
   return 0;
 }
 
+INTDEF(__isinfl)
 weak_alias (__isinfl, isinfl);