1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
Patch by khendricks@ivey.uwo.ca [libc/1382].
This commit is contained in:
Ulrich Drepper
1999-10-09 21:56:43 +00:00
parent a4a1492eb9
commit c1422e5b7c
113 changed files with 2924 additions and 2968 deletions

View File

@@ -56,7 +56,7 @@ __BEGIN_DECLS
__MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
__MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
#define __MATHDECL_1(type, function,suffix, args) \
extern type __MATH_PRECNAME(function,suffix) args
extern type __MATH_PRECNAME(function,suffix) args __THROW
#define _Mdouble_ double
#define __MATH_PRECNAME(name,r) __CONCAT(name,r)
@@ -269,9 +269,9 @@ struct exception
};
# ifdef __cplusplus
extern int matherr __P ((struct __exception *__exc));
extern int matherr (struct __exception *__exc) throw ();
# else
extern int matherr __P ((struct exception *__exc));
extern int matherr (struct exception *__exc);
# endif
# define X_TLOSS 1.41484755040568800000e+16