sanity: add libc/stdlib sanity checks
These are meant to test our back-compat stubs, but they are enabled for all builds for the sake of consistency.
This commit is contained in:
7
src/compat/sanity.h
Normal file
7
src/compat/sanity.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef BITCON_COMPAT_SANITY_H
|
||||
#define BITCON_COMPAT_SANITY_H
|
||||
|
||||
bool glibc_sanity_test();
|
||||
bool glibcxx_sanity_test();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user