diff options
Diffstat (limited to 'src/compat/sanity.h')
-rw-r--r-- | src/compat/sanity.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compat/sanity.h b/src/compat/sanity.h new file mode 100644 index 0000000000..a221f69dfc --- /dev/null +++ b/src/compat/sanity.h @@ -0,0 +1,7 @@ +#ifndef BITCON_COMPAT_SANITY_H +#define BITCON_COMPAT_SANITY_H + +bool glibc_sanity_test(); +bool glibcxx_sanity_test(); + +#endif |