]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Formerly m68k/fpu/__drem.c.~3~
authorRoland McGrath <roland@gnu.org>
Fri, 1 May 1992 18:36:46 +0000 (18:36 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 1 May 1992 18:36:46 +0000 (18:36 +0000)
sysdeps/m68k/fpu/drem.c

index 30ad2443a65108c3a5f165c7ccef95303379e2bd..8ca7598f6bc68d9ea9f8e396fd307d890a25a156 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992 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
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA.  */
 #undef drem
 
 double
-DEFUN(drem, (x, y), double x AND double y)
+DEFUN(__drem, (x, y), double x AND double y)
 {
-  return __drem(x, y);
+  return ____drem(x, y);
 }