diff options
author | midipix <writeonce@midipix.org> | 2015-03-15 20:51:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-15 20:51:12 -0400 |
commit | a6f94ed5221e1b03e1578c94643bf483d17870d6 (patch) | |
tree | 9351854c1b301c25258d2cd32f52057caef9fedb /fixincludes/tests/base/mach-o | |
parent | 607827292053aa25d0f0300add0798dd085a9131 (diff) | |
download | cbb-gcc-4.6.4-a6f94ed5221e1b03e1578c94643bf483d17870d6.tar.bz2 cbb-gcc-4.6.4-a6f94ed5221e1b03e1578c94643bf483d17870d6.tar.xz |
fixincludes: remove the source directory in its entirety.
Diffstat (limited to 'fixincludes/tests/base/mach-o')
-rw-r--r-- | fixincludes/tests/base/mach-o/dyld.h | 17 | ||||
-rw-r--r-- | fixincludes/tests/base/mach-o/swap.h | 26 |
2 files changed, 0 insertions, 43 deletions
diff --git a/fixincludes/tests/base/mach-o/dyld.h b/fixincludes/tests/base/mach-o/dyld.h deleted file mode 100644 index c0620312d..000000000 --- a/fixincludes/tests/base/mach-o/dyld.h +++ /dev/null @@ -1,17 +0,0 @@ -/* DO NOT EDIT THIS FILE. - - It has been auto-edited by fixincludes from: - - "fixinc/tests/inc/mach-o/dyld.h" - - This had to be done to correct non-standard usages in the - original, manufacturer supplied header file. */ - - - -#if defined( DARWIN_PRIVATE_EXTERN_CHECK ) -extern int _dyld_func_lookup( -const char *dyld_func_name, -unsigned long *address); - -#endif /* DARWIN_PRIVATE_EXTERN_CHECK */ diff --git a/fixincludes/tests/base/mach-o/swap.h b/fixincludes/tests/base/mach-o/swap.h deleted file mode 100644 index 1bc65d4c8..000000000 --- a/fixincludes/tests/base/mach-o/swap.h +++ /dev/null @@ -1,26 +0,0 @@ -/* DO NOT EDIT THIS FILE. - - It has been auto-edited by fixincludes from: - - "fixinc/tests/inc/mach-o/swap.h" - - This had to be done to correct non-standard usages in the - original, manufacturer supplied header file. */ - -#ifndef FIXINC_WRAP_MACH_O_SWAP_H_DARWIN_EXTERNC -#define FIXINC_WRAP_MACH_O_SWAP_H_DARWIN_EXTERNC 1 - -#ifdef __cplusplus -extern "C" { -#endif - - -#if defined( DARWIN_EXTERNC_CHECK ) -extern void swap_fat_header(); - -#endif /* DARWIN_EXTERNC_CHECK */ -#ifdef __cplusplus -} -#endif - -#endif /* FIXINC_WRAP_MACH_O_SWAP_H_DARWIN_EXTERNC */ |