Formerly alpha/__copysign.c.~2~

This commit is contained in:
Roland McGrath 1993-04-12 00:49:08 +00:00
parent b128f924ec
commit f63f39a686

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1992 Free Software Foundation, Inc.
/* Copyright (C) 1992, 1993 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
@ -18,7 +18,7 @@ Cambridge, MA 02139, USA. */
#include <math.h>
/* Return X with its signed changed to Y's. */
/* Return X with its sign changed to Y's. */
double
__copysign (double x, double y)
{