mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
Fixup Windows build after strerr changes
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if _GNU_SOURCE
|
||||
#if defined(strerror_r)
|
||||
#undef strerror_r
|
||||
#define strerror_r isc_string_strerror_r
|
||||
#endif
|
||||
#define strerror_r isc_string_strerror_r
|
||||
|
Reference in New Issue
Block a user