From 28d2fb9ad9e932d7edab18815c6ff610f1f29857 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Mar 2001 05:34:59 +0000 Subject: Update. 2001-03-29 Ulrich Drepper * math/bits/mathcalls.h: Remove infnan declaration. 2001-03-29 H.J. Lu * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and LOW_HALF only if _LIBC is defined and _ISOMAC is not defined. * stdlib/isomac.c (fmt): Define _LIBC and _ISOMAC. . 2001-03-29 Isamu Hasegawa * posix/regex.c: Fix typo and add a sentinel. 2001-03-29 Ulrich Drepper * sysdeps/unix/sysv/linux/shm_open.c: Open new file always with O_NOFOLLOW. Suggested by Christoph Roland. --- math/bits/mathcalls.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'math/bits/mathcalls.h') diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 9334e7fa49..23c272f8a8 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.h @@ -1,5 +1,5 @@ /* Prototype declarations for math functions; helper file for . - Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1996,1997,1998,1999,2000,2001 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 @@ -186,14 +186,6 @@ __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); /* Return nonzero if VALUE is finite and not NaN. */ __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); -/* Deal with an infinite or NaN result. - If ERROR is ERANGE, result is +Inf; - if ERROR is - ERANGE, result is -Inf; - otherwise result is NaN. - This will set `errno' to either ERANGE or EDOM, - and may return an infinity or NaN, or may do something else. */ -__MATHCALLX (infnan,, (int __error), (__const__)); - /* Return the remainder of X/Y. */ __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); -- cgit v1.2.3