Merge pull request #454 from ISSOtm/unlocked_windows

Fix mingw build
This commit is contained in:
Eldred Habert
2020-01-08 13:14:13 +01:00
committed by GitHub
8 changed files with 24 additions and 35 deletions

View File

@@ -87,8 +87,8 @@ int main(int argc, char *argv[])
depth = 2;
while ((ch = getopt_long_only(argc, argv, optstring, longopts,
NULL)) != -1) {
while ((ch = musl_getopt_long_only(argc, argv, optstring, longopts,
NULL)) != -1) {
switch (ch) {
case 'A':
opts.attrmapout = true;