mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
The test case dlfcn/bug-atexit3-lib.cc calls write and doesn't check the result. When building with GCC 6.2, this generates a warning in 'make check', which is treated as an error. This patch replaces the call to write with a call to write_message. Tested for powerpc64le.