Commit 615ce5fd by Joseph Myers Committed by Joseph Myers

math.h, [...]: Update.

	* tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
	Update.

From-SVN: r145257
parent 2ec5deb5
2009-03-29 Joseph Myers <joseph@codesourcery.com> 2009-03-29 Joseph Myers <joseph@codesourcery.com>
* tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
Update.
2009-03-29 Joseph Myers <joseph@codesourcery.com>
PR c/456 PR c/456
PR c/5675 PR c/5675
PR c/19976 PR c/19976
......
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
#ifdef __cplusplus #ifdef __cplusplus
#define exception __math_exception #define exception __math_exception
#endif #endif
#ifndef FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE
#define FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE 1
struct exception;
#if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK ) #if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK )
...@@ -38,11 +34,6 @@ struct exception; ...@@ -38,11 +34,6 @@ struct exception;
#endif /* BROKEN_CABS_CHECK */ #endif /* BROKEN_CABS_CHECK */
#if defined( EXCEPTION_STRUCTURE_CHECK )
extern int matherr();
#endif /* EXCEPTION_STRUCTURE_CHECK */
#if defined( HPPA_HPUX_FP_MACROS_CHECK ) #if defined( HPPA_HPUX_FP_MACROS_CHECK )
#endif /* _INCLUDE_HPUX_SOURCE */ #endif /* _INCLUDE_HPUX_SOURCE */
...@@ -118,8 +109,6 @@ extern int class(); ...@@ -118,8 +109,6 @@ extern int class();
int foo; int foo;
#endif #endif
#endif /* STRICT_ANSI_NOT_CTD_CHECK */ #endif /* STRICT_ANSI_NOT_CTD_CHECK */
#endif /* FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE */
#ifdef __cplusplus #ifdef __cplusplus
#undef exception #undef exception
#endif #endif
......
...@@ -96,11 +96,6 @@ ...@@ -96,11 +96,6 @@
#endif /* GLIBC_MUTEX_INIT_CHECK */ #endif /* GLIBC_MUTEX_INIT_CHECK */
#if defined( PTHREAD_PAGE_SIZE_CHECK )
extern int __page_size;
#endif /* PTHREAD_PAGE_SIZE_CHECK */
#if defined( PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_CHECK ) #if defined( PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_CHECK )
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask); extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask);
#endif /* PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_CHECK */ #endif /* PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_CHECK */
......
...@@ -9,14 +9,6 @@ ...@@ -9,14 +9,6 @@
#if defined( AIX_SYSWAIT_CHECK )
/* bos325, */
struct rusage;
extern pid_t wait3();
/* pid_t wait3(int *, int, struct rusage *); */
#endif /* AIX_SYSWAIT_CHECK */
#if defined( AIX_SYSWAIT_2_CHECK ) #if defined( AIX_SYSWAIT_2_CHECK )
#define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1)
#endif /* AIX_SYSWAIT_2_CHECK */ #endif /* AIX_SYSWAIT_2_CHECK */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment