2
0
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:
Ondřej Surý
2018-08-29 20:37:55 +02:00
parent 7d44cc2422
commit aa3e33575d
9 changed files with 10 additions and 19 deletions

View File

@@ -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