From 9b767d19e6f76c10bb0486c113f28145fdd850e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Oct 2000 22:28:05 +0000 Subject: Update. 2000-10-07 Ulrich Drepper * include/features.h (__STDC_ISO_10646__): Set to correct date. Patch by Markus Kuhn . 2000-10-06 Jes Sorensen * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement overflow generation by adding DBL_MAX to DBL_MAX instead of setting the bits manually in the fpsr and generating the exception with kill() if necessary. (feraiseexcept): Implement underflow by dividing DBL_MIN by DBL_MIN - similar to the overflow change described above. 2000-08-27 H.J. Lu * sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone is not supported under Linux/ia64, use clone2. 2000-10-06 Jakub Jelinek * malloc/malloc.h (__THROW): Define to nothing if not gcc. * misc/sys/cdefs.h (__THROW): Likewise. --- malloc/malloc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'malloc/malloc.h') diff --git a/malloc/malloc.h b/malloc/malloc.h index decf61c3c9..270642e679 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -1,5 +1,5 @@ /* Prototypes and definition for malloc implementation. - Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999, 2000 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 @@ -76,6 +76,8 @@ #else /* Not GCC. */ +# define __THROW + # if (defined __STDC__ && __STDC__) || defined __cplusplus # define __MALLOC_P(args) args -- cgit 1.4.1