Fix the build on FreeBSD ARM and ARM64 (#4593)

Downstream bug:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224254

Fixes #4589
This commit is contained in:
Alan Somers 2017-12-12 23:45:17 -07:00 committed by ridiculousfish
parent 0f587320ed
commit 8fb6d5db3b

View file

@ -177,7 +177,7 @@ struct woption {
int *flag;
/// If \c flag is non-null, this is the value that flag will be set to. Otherwise, this is the
/// return-value of the function call.
int val;
wchar_t val;
};
// Names for the values of the `has_arg' field of `struct option'.