mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* Makefile (distribute): Add README.libm. 1998-02-27 Andreas Jaeger <aj@arthur.rhein-neckar.de> * time/clocktest.c (main): Correct typo: "--" -> "==". 1998-02-25 20:53 H.J. Lu <hjl@gnu.org> * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus inline function. (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New inline functions. * math/libm.map (__atan2): Added. 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
This commit is contained in:
@@ -17,7 +17,7 @@ main (int argc, char ** argv)
|
||||
{
|
||||
clock_t start, stop;
|
||||
|
||||
if (signal(SIGALRM, alarm_handler) -- SIG_ERR)
|
||||
if (signal(SIGALRM, alarm_handler) == SIG_ERR)
|
||||
{
|
||||
perror ("signal");
|
||||
exit (1);
|
||||
|
Reference in New Issue
Block a user