This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

BUG in libstdc++-v3/config/os/generic/error_constants.h


................ snip libstdc++-v3/config/os/generic/error_constants.h
................
      not_supported = 				ENOTSUP,
................ snip libstdc++-v3/config/os/generic/error_constants.h
................

OpenBSD 4.2 not defined ENOTSUP, only EOPNOTSUPP !

................ snip /usr/include/sys/errno.h ................
    #define EOPNOTSUPP      45              /* Operation not supported */
................ snip /usr/include/sys/errno.h ................

This affect gcc 4.3/trunk only. Maybe we should add a new file
libstdc++-v3/config/os/bsd/openbsd/error_constants.h like mingw32 ?

Dongsheng


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]