aboutsummaryrefslogtreecommitdiffstats
path: root/main/truecrypt/flush-stdout.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/truecrypt: flush stdout before reading stdinTimo Teräs2017-03-101-0/+11
stdout is line-buffered, and needs to be flushed explicitly in musl. fixes #6992