mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Formerly m68k/fpu/__drem.c.~3~
This commit is contained in:
parent
43c6e47ffa
commit
e198c4817b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user