libstdc++: Test errno macros directly for all targets [PR 93151]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 17 Dec 2020 16:03:07 +0000 (16:03 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 17 Dec 2020 16:19:20 +0000 (16:19 +0000)
commit217d5beaff9987a9845155fc796322b5f8bb876d
treece7eb7eca4aec61d38aea8fd60de2145afce9150
parentb2bc1bb6cabf30f332938d648fe6432a3a9d27b6
libstdc++: Test errno macros directly for all targets [PR 93151]

This applies the same changes to the djgpp and mingw versions of
error_constants.h as r11-6137 did for the generic version.

All of these constants are defined as macros by <errno.h> on these
targets, so we can just test the macro directly instead of checking for
it at configure time.

libstdc++-v3/ChangeLog:

* config/os/djgpp/error_constants.h: Test POSIX errno macros
directly, instead of corresponding _GLIBCXX_HAVE_EXXX macros.
* config/os/mingw32-w64/error_constants.h: Likewise.
* config/os/mingw32/error_constants.h: Likewise.
libstdc++-v3/config/os/djgpp/error_constants.h
libstdc++-v3/config/os/mingw32-w64/error_constants.h
libstdc++-v3/config/os/mingw32/error_constants.h