summary refs log tree commit diff stats
path: root/tests/osproc/tclose.nim
Commit message (Collapse)AuthorAgeFilesLines
* osproc: fix double close on POSIX (#5724)Michał Zieliński2018-04-161-0/+24
Calling close() in some cases issued two close() syscalls to one FD, which is incorrect in multithreaded programs.