aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-fnmatch6.c
AgeCommit message (Collapse)Author
2020-09-16Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab
The variable idx contains the index into the extra array, whereas wextra points into the extra array at this index, containing the length of the following collating sequence in the wide character representation.