aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/math.h11
-rw-r--r--fixincludes/tests/base/net/if.h14
-rw-r--r--fixincludes/tests/base/pthread.h5
-rw-r--r--fixincludes/tests/base/sys/wait.h8
4 files changed, 14 insertions, 24 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h
index 389dacf25c7..88b24d33e34 100644
--- a/fixincludes/tests/base/math.h
+++ b/fixincludes/tests/base/math.h
@@ -13,10 +13,6 @@
#ifdef __cplusplus
#define exception __math_exception
#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 )
@@ -38,11 +34,6 @@ struct exception;
#endif /* BROKEN_CABS_CHECK */
-#if defined( EXCEPTION_STRUCTURE_CHECK )
-extern int matherr();
-#endif /* EXCEPTION_STRUCTURE_CHECK */
-
-
#if defined( HPPA_HPUX_FP_MACROS_CHECK )
#endif /* _INCLUDE_HPUX_SOURCE */
@@ -118,8 +109,6 @@ extern int class();
int foo;
#endif
#endif /* STRICT_ANSI_NOT_CTD_CHECK */
-
-#endif /* FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE */
#ifdef __cplusplus
#undef exception
#endif
diff --git a/fixincludes/tests/base/net/if.h b/fixincludes/tests/base/net/if.h
new file mode 100644
index 00000000000..4c25423c522
--- /dev/null
+++ b/fixincludes/tests/base/net/if.h
@@ -0,0 +1,14 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/net/if.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( ALPHA_IF_SEMICOLON_CHECK )
+ struct sockaddr vmif_paddr; /* protocol address */
+#endif /* ALPHA_IF_SEMICOLON_CHECK */
diff --git a/fixincludes/tests/base/pthread.h b/fixincludes/tests/base/pthread.h
index 4f18e718057..069a22bb48b 100644
--- a/fixincludes/tests/base/pthread.h
+++ b/fixincludes/tests/base/pthread.h
@@ -96,11 +96,6 @@
#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 )
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask);
#endif /* PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_CHECK */
diff --git a/fixincludes/tests/base/sys/wait.h b/fixincludes/tests/base/sys/wait.h
index a0311c65d0f..556277cc467 100644
--- a/fixincludes/tests/base/sys/wait.h
+++ b/fixincludes/tests/base/sys/wait.h
@@ -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 )
#define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1)
#endif /* AIX_SYSWAIT_2_CHECK */