Avoid use of libc headers in the validation suite
commit92a69684bcd529c7259ca00043c373ff4ae4a1a7
authorPavel Roskin <proski@gnu.org>
Thu, 28 Jun 2007 05:40:09 +0000 (28 01:40 -0400)
committerJosh Triplett <josh@freedesktop.org>
Thu, 28 Jun 2007 06:13:37 +0000 (27 23:13 -0700)
treea27d38c1c052e3607d016ce1e818ab2b568f5b8b
parentae65a39ead3d0d3baecff00154d644c8dc9ab683
Avoid use of libc headers in the validation suite

We don't want libc to affect the validation suite.  Compatibility with
libc headers can be checked by other means, e.g. by compiling some
significant program (even sparse itself) using cgcc as the compiler.

Signed-off-by: Pavel Roskin <proski@gnu.org>
validation/check_byte_count-ice.c
validation/double-semicolon.c
validation/test-be.c