aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorPeter O'Gorman <pogma@thewrittenword.com>2011-06-06 16:14:57 +0000
committerPeter O'Gorman <pogma@gcc.gnu.org>2011-06-06 16:14:57 +0000
commit11b815cab8300efb59005e2bbc27b79cca11b669 (patch)
tree4496b65219ab44fb3328c016f518de95d15728ee /fixincludes/tests
parent22afe143ce46fe59ddcfb1e4ca014bf89f8892ff (diff)
downloadgcc-11b815cab8300efb59005e2bbc27b79cca11b669.zip
gcc-11b815cab8300efb59005e2bbc27b79cca11b669.tar.gz
gcc-11b815cab8300efb59005e2bbc27b79cca11b669.tar.bz2
inclhack.def (aix_net_if_arp): New fix.
* inclhack.def (aix_net_if_arp): New fix. * fixincl.x: Regenerate. * tests/base/net/if_arp.h [AIX_NET_IF_ARP_CHECK]: New test. From-SVN: r174707
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/net/if_arp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixincludes/tests/base/net/if_arp.h b/fixincludes/tests/base/net/if_arp.h
new file mode 100644
index 0000000..dec20a7
--- /dev/null
+++ b/fixincludes/tests/base/net/if_arp.h
@@ -0,0 +1,16 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/net/if_arp.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( AIX_NET_IF_ARP_CHECK )
+typedef struct _fc_softc {
+ int a;
+};
+#endif /* AIX_NET_IF_ARP_CHECK */