CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2011/12/15 16:24:50
Modified files: gnu/gcc/libstdc++-v3/config/os/bsd/openbsd: os_defines.h Log message: Remove the XXX_CHECK defines. This allows clang++ to include cstdio without barfing about conflicting declarations. Issue reported by Amit Kulkarni, investigated by matthew@ and kettenis@. ok kettenis@