1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
* 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:
Ulrich Drepper
1998-02-27 16:53:21 +00:00
parent b8ce6e3ee0
commit 227d9931ef
4 changed files with 20 additions and 5 deletions

View File

@@ -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);