From 4442d58f1f4228584f22eb2fa04ff2334407382a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 May 2006 14:42:59 +0000 Subject: * resolv/res_debug.c (loc_ntoa): Make error const. 2006-05-14 Andreas Schwab * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH. 2006-05-12 Jakub Jelinek * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h. (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than sizeof (cpu_set_t). --- math/complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/complex.h') diff --git a/math/complex.h b/math/complex.h index 229bb7dca6..751aaf763f 100644 --- a/math/complex.h +++ b/math/complex.h @@ -89,7 +89,7 @@ __BEGIN_DECLS # ifdef __LDBL_COMPAT # undef __MATHDECL_1 # define __MATHDECL_1(type, function, args) \ - extern type __REDIRECT(__MATH_PRECNAME(function), args, function) __THROW + extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function) # endif # ifndef _Mlong_double_ -- cgit 1.4.1