These are meant to test our back-compat stubs, but they are enabled for all builds for the sake of consistency.
8 lines
125 B
C
8 lines
125 B
C
#ifndef BITCON_COMPAT_SANITY_H
|
|
#define BITCON_COMPAT_SANITY_H
|
|
|
|
bool glibc_sanity_test();
|
|
bool glibcxx_sanity_test();
|
|
|
|
#endif
|