We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A small patch (made against 3.0.1 tag) that fixes test for FreeBSD.
--- test/posix-mock-test.cc.orig 2016-12-01 18:09:30 UTC +++ test/posix-mock-test.cc @@ -502,7 +502,7 @@ LocaleType newlocale(int category_mask, return LocaleMock::instance->newlocale(category_mask, locale, base); } -#ifdef __APPLE__ +#if defined(__APPLE__) || defined(__FreeBSD__) typedef int FreeLocaleResult; #else typedef void FreeLocaleResult;
The text was updated successfully, but these errors were encountered:
Fix test compilation for FreeBSD (#433)
fac5546
Fixed in fac5546. Thanks!
Sorry, something went wrong.
850405f
(cherry picked from commit fac5546)
72d9fff
No branches or pull requests
A small patch (made against 3.0.1 tag) that fixes test for FreeBSD.
The text was updated successfully, but these errors were encountered: