Commit 850405f0 authored by Victor Zverovich's avatar Victor Zverovich Committed by Jonathan Müller

Fix test compilation for FreeBSD (#433)

(cherry picked from commit fac55463)
parent a55df135
......@@ -502,7 +502,7 @@ LocaleType newlocale(int category_mask, const char *locale, LocaleType base) {
return LocaleMock::instance->newlocale(category_mask, locale, base);
}
#ifdef __APPLE__
#if defined(__APPLE__) || defined(__FreeBSD__)
typedef int FreeLocaleResult;
#else
typedef void FreeLocaleResult;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment