mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
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:
parent
0f587320ed
commit
8fb6d5db3b
1 changed files with 1 additions and 1 deletions
|
@ -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'.
|
||||
|
|
Loading…
Reference in a new issue